Hi Experts,
I have done integration of sharepoint-SAP to view
data. In that I have implemented SSO(Single Sign On) authentication to
connect to the SAP and display data, without asking for login
credentias (as it is already provided by SSO).
Now the same
thing I want to implement in ASP.NET. I have one SAP Server URL which
will show me the dashboard of SAP. In SAP it is called IView url. I
also have credentials to access it.
Now I want to show that
Dashboard in asp.net by providing the url and applying any technic for
authentication, In which I can configure the user name and password and
can acess the dashboard using the URL provided. Something like SSO
implemented in sharepoint, which does not prompt me for credentials.
I would appreciate any kind of help on this topic.
Thanks in adv.