cancel
Showing results for 
Search instead for 
Did you mean: 

SAP user Authentication into SUP Application

Former Member
0 Kudos

Hi,

I use SUP 2.1.3 and i would like to know if someone know about which login module use to authenticate a SAP user  into an SUP application. I found the "SAPSSOTokenLoginModule" in the sybase infocenter for SUP 2.1.3 and i want to know if is the right.

How to use this login module ?

Are there any setting to do into the SCC after installing the login module into SUP ?

I thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

The SAPSSOTokenLoginModule is deprecated now. Instead you can go for HTTPAuthenticationLogin for authentication against the SAP system.

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01703.0213/doc/html/aba13...

You need to create a new security profile in in SCC under servers with HTTPAuthenticationLogin. After configuring that you have to deploy the MBO package in this security profile instead of the default "admin". So the authentication will be against the given security profile.

- Midhun VP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Midhun,

I thank you for this valuable information.

Is there any package to install to get the HTTPAuthenticationLogin into SUP server?

I thank once again in advance.

-MH

midhun_vp
Active Contributor
0 Kudos

No need to install any package in SUP server for that. You have to give the details as below and deploythe MBO package to this profile instead of "admin" then the app authenticate against this. Also you can use certificate also in this for more security.

- Midhun VP

Former Member
0 Kudos

Hi Midhun,

Now i understand thank you. Just for information the URL address in my case will be :

"http://mysapaddress:8000/sap/bc" or i have to complete it ?

I thank you once again.

MH

midhun_vp
Active Contributor
0 Kudos

It will be similar to this, http://********:8000/sap/bc/ping?sap-client=400

Ask the basis team for the ping url of your sap system. If you run this url in web browser it will ask for username and password it the url is working.

- Midhun VP

Former Member
0 Kudos

Thank you Midhum for your help it's work fine, i can now have a sap authentication using a SAP user, but in the sap debugger when i execute my SUP application, the sy-uname doesn't show me the sap user of my sup application but the sap user that's configured in the SCC when i added a sap connection into the SCC.

Have you any idea to resolve this issue ?

I thank you in advance.

midhun_vp
Active Contributor
0 Kudos

I didn't get what you are talking about. Please elaborate.