Good Afternoon,
I have created a JSPDynPage and deployed on an EP7.0 2004s SP14 server. You can access the JSPDynPage
by using http://host:port/irj/servlet/prt/portal/prtroot/<jsp_dyn_class>
When I browse to the location I am challenged for credentials. I enter a valid Portal user name and password and am granted access. However if I browse to the http://host:port/irj/portal I have to re-authenticate. It seems there is double authentication and my question is why? Usually you can enter the portal at irj/portal and then enter /useradmin etc in the address bar and gain access to the requested portal component. I have put debug listeners on the JSPDynPage showing a valid MYSAPSSO2 cookie exists and I can retrieve the username, (UMFactory, IAuthenticator) etc. Do I need to configure a SAP Login Ticket for the Portal to Access itself. Using the DiagTool I have traced both authentication methods (entering from /irj/portal and /irj/servlet/prt/portal/prtroot/<jsp_dyn_class>) and they appear identical.
The reason I am using this is the 'quick links' functionality is not working; I suppose a separate issue and we want to provide a users with a link that will insert them into the requested iView. Thanks!