cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a portal with out login screen

Former Member
0 Kudos

Dear Experts

I need to develop a portal for public where we cannot have user name and authencation directly i need to go in side the portal

How can i achive this

Please help me out in this issue

Regards

Vinu

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hi,

for this purpose you have to use "Anonymous Login".

useful threads for you

http://help.sap.com/erp2005_ehp_03/helpdata/EN/1e/e19f58136e654d9709befa464314f2/content.htm

PradeeP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinu,

I can suggest two options when the initial public website directs to the Portal,

set the authentication type to anonymous on the portal compnent.

1. Open the Iview and from itz properties, select anonymous instead of default.Try now with the iview Url in a browser..it shudn't ask password!

2. Refer to this link too:

http://help.sap.com/saphelp_nw04s/helpdata/en/54/a334ed5bbfd5488b8cdd67b2c594a9/frameset.htm

3. After the above settings,

Users can launch an anonymous iView using the direct URL for that iView without having to provide authentication

Users can call iViews directly using the following URL:

<http/https>://<server>:<port>/irj/servlet/prt/portal/prtroot/<iView_ID>

For example, if you have an anonymous iView with the ID pcd:portal_content/myfolder/myiView, users can launch it anonymously using the following URL:

<http/https>://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder!2fmyiView

Note that you must use URL escape codes for special characters such as colon ( or slash (/).

Regards,

Nithya