How to deny user access to default portal
Hi,
We have a requirement which want user open a specific assignment from an URL without login screen and do not showing operator default portal.
I have configurated a custom Authenditication Service and mapped it to the web.xml, let's say "ServletCustom". Also created an Activity to handle open assignment and use URLMapping rule to map it . Now user can open the specific assignment directly by clicking the URL like below
http://IPADDEREE:PORT/prweb/ServletCustom/MyActivityURLMapping
However, the problem is if user request the servlet directly http://IPADDEREE:PORT/prweb/ServletCustom/, he/she can open the default portal of his/her accessgroup.
We need to avoid this behavior, could anyone tell us how to do it?
Thanks
***Updated by moderator: Lochan to add Categories***