cancel
Showing results for 
Search instead for 
Did you mean: 

Read Userid from SAML Assertion Ticket

Former Member
0 Kudos

Hi,

I have following queries:

1)  I need to read userid from SAML assertion ticket. If so, pls share the process/code ?

2)  Can i send authorization data as part of SAML assertion ticket. if so, pls share the process.

Thanks,

Mano.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Mano,

What are you trying to achieve?

Dhee

Former Member
0 Kudos

Hi Dhee,

my requirement is as follows:

Using SAML2.0, after successfully getting authenticated(in SAP Portal), we need to achieve SSO to access non-SAP portals like IBM websphere, MS Sharepoint, Weblogic etc. we have around 50 such servers in our landscape.

My approach(correct me if i am wrong)

We will have a webservice for which the input will be certificate(.crt) and SAML assertion ticket

and the webservice should return userid as output. As a result, we will pass the userid to all subsequent portals and achieve the SSO. 

finally, could we get Userid from SAML assertion Ticket ?

Thanks,

Mano.

Former Member
0 Kudos

Hi All,

can we have documentation for SAML2.0 (SAP IDENTITY PROVIDER is also SAP SERVICE PROVIDER)

fyi:

SAP IDENTITY PROVIDER & SAP SERVICE PROVIDER is sap portal 7.31

Thanks

Mano

0 Kudos

Hi Mano,

I am not sure what you mean by User id as output. But I know you can configure an SAP server as a service provider which can initiate an authentication to an Identity provider.

Here is the documentation. Hopefully this helps.

Using SAML2.0 in SAP for ABAP #

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/46/631b92250b4fc1855686b4ce0f2f33/content.htm

Using SAML2.0 in SAP for Java #

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/94/695b3ebd564644e10000000a114084/content.htm?frame...

SAP As a Service provider for ABAP #

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/4a/b6df333fec6d83e10000000a42189c/content.htm


Including Legacy System in your SAML2.0 Landscape #

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/4a/b4f01285376d61e10000000a42189c/content.htm?frame...

Dhee