cancel
Showing results for 
Search instead for 
Did you mean: 

url alia to guest user

Former Member
0 Kudos

Hi experts,

A guestion:

I have made another anonymous user, then the standard guest, the other is called guest1. I also made another anonymous url alias for the guest1 user, this url is called http://yourportal/irj/portal/testurl.

What i want, guest needs to log in (automatically) to the url http://yourportal/irj/portal/anonymous, that works. But for the other url alias (http://yourportal/irj/portal/testurl) i want guest1 to automatically login. How can i achieve that? Because now, the standard anonymous guest user login.

Tnx!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

J. Ramsaransing,

In this scenario specifically an easy trick...setup a SAP Web Dispatcher and setup a rule mentioning that request from URL - http://yourportal/irj/portal/testurl should be forwarded to http://yourportal/irj/portal/anonymous.

But again, every user request visiting http://yourportal/irj/portal/testurl will be forwarded to http://yourportal/irj/portal/anonymous

On second thoughts, you can read about Kerberos. Apart from reading you will have to study more the requirement and the landscape.

Regards,

Ritu

Answers (3)

Answers (3)

Former Member
0 Kudos

Dont need this anymore, tnx for the help!

Former Member
0 Kudos

In case you didn't solve this issue yet, you can find the answer here: http://help.sap.com/saphelp_nw70/helpdata/en/1e/e19f58136e654d9709befa464314f2/content.htm

Br. Erik

Former Member
0 Kudos

Hi Erik,

Yeah I already got the anonymous users (custom) working. But the problem was, that I have 2 anonymous users, with 2 different url alias. So that guest1 goes to <a href="http://www.portal.com/irj/portal/ anonymous">http://www.portal.com/irj/portal/ anonymous</a> and guest2 goes 2 <a href="http://www.portal.com/irj/portal/alias">http://www.portal.com/irj/portal/alias</a>. But when I go to the last link, it logged in with the first guest1 user not the guest2 user.

But I have 'solved' it for now with [url]http://www.portal.com/irj/portal/alias?guest_user=guest2[/url]

tnx!

Former Member
0 Kudos

Someone?! I really need this, is it even possible?!