cancel
Showing results for 
Search instead for 
Did you mean: 

Single Sign On (SSO) used to authenticate to a webserver in iView

Former Member
0 Kudos

Hi folks,

complex question this time...

I try to create an iView that will get some information from a webpage (in detail it gets a business server page from a SAP Web AS). This server demands authentication to supply user specific information.

So far I provided the authent. data within the http request using:

con.setRequestProperty("Authorization",authCode(...));

Now what would be wonderful is to supply this information by Single Sign On (SSO). So the user who uses the iView will automatically get his personalized info without filling additional authent. dialogs.

Is there a possibility to authenticate automatically using SSO, or to send the certificate within the http request or if not, how can this data be accessed from within the app to do this by hand? If none of these approaches are possible, maybe one could use the user data of the portal (login/passw) if the user logged into the portal by SSO?

thx in advance for each comment or idea!

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello,

have you looked at the Application Integrator Component that is downloadable from this site? it seems perfect for integrating with external (not EP native) web-based applications. it supports sso through user mapping.

or do you need more functionality beyond the app integrator?

Former Member
0 Kudos

Hi,

Thank you a lot for your post. As of now I do not really have a good knowdlege with all this stuff of user mapping, sso, rfc etc.

Though I know that this is a big desire, but could you give me at least a primer in the basics of user mapping (management) and how the portal handles authent. then? Maybe instead you know a good already written primer for me on the net or as part of the ep docs?

Greets

Matthias

Former Member
0 Kudos

sorry for the delayed response. but if you go to the Developer Areas/Enterprise Portal/EP Development. at the bottom right, Code Example section, you will see the link for Application Integrator. it's an zip file, containing the portal app component code and a doc detailing how to use it. it's a good start. i am sure you will immediately have tons of questions like i do now ;-)...

here is the direct link, not sure if it works though.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/the application integrator in ep 6.0