cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Portal Developement without login

Former Member
0 Likes
143

Hi,

I'm quite new to SAP Portal. I am trying to customize the portal login page. For the UI look and feel customization it is going on fine. But I am trying to develop an application in EP which does not require any login to portal. I just want to keep the application in the login page of EP. But while developing the application, whenever I am trying to load any portal component, it is asking to login to the portal and once I log in to portal the component getting loaded. I tried the same with the Anonymous login page of portal. But the problem remains same. Can anybody suggest me whether it is possible to load any portal component (like JSPDynPage) in any iframe in the portal login page without login to portal?

View Entire Topic
Former Member
0 Likes

Add this to your portalapp.xml in the component-profile section:

<property name="AuthScheme" value="anonymous" />

It means the component is available for anonymous users, and you won't get a logon screen.

Best regards,

Johan