cancel
Showing results for 
Search instead for 
Did you mean: 

- Single Sign On -

Former Member
0 Kudos

Hi to all,

its NagendraKumar. i am femiliar with java.

now in our project we need to provide one link in the SAP portal application.

if the user coming from that portal then avoid Re-login.

for that i need followinginformation:-

how to get sap token from the request object(depending upon that token we have to provide service to the user.)

Please send how to get token. also I need to find which level user he is <requesed user> depending on that level we need to generate response to him.

please provide help to me depending upon this issue:

Ok. I am waiting for your reply..

thanking you

Yours Nagendra Kumar.Ch

Accepted Solutions (0)

Answers (2)

Answers (2)

Abhinav_Sharma
Contributor
0 Kudos

Hi Nagendra,

Using SAP Logon Tickets you can avoid re-logins. Using SAP Logon Tickets is a tricky thong and for this you can get help from following links : <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/2232900bb93fece10000000a11466f/content.htm">SSO</a> and .<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/singleSign-Onand+Cookies&">Wiki</a>.

Then every time a user logged into ur portal a ticket is generated. This ticket have the login credentials for the user and then, depending upon the role assigned to the end user , you can respond them accordingly.

Regards.

Abhinav Sharma

PS : Do reward points if it helps

Former Member
0 Kudos

thank u Abhinav Sharma. i will go through those links .

eddy_declercq
Active Contributor
0 Kudos