on 2007 Apr 20 7:13 AM
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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think it is possible only if that application's iView property "authorization" is defined as 'anonymous'. Check and let me know. Create iView from that Portal component. Select the property 'authorization scheme' as anonymous. Then try accessing it.
Regards,
Harini S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.