cancel
Showing results for 
Search instead for 
Did you mean: 

Sample code in VB for Single sign on

Former Member
0 Kudos

Hi,

Can anybody provide me some sort of sample code in VB

for SSO environment.

We have an application written in VB which fetches data from SAP, as we are in process of implementing SSO we would like to enhance this application for SSO.

Regards,

Dinesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member195896
Contributor
0 Kudos

Hi dinesh,

you would have to think about different things.. how would you want the SSO to happen? through username and password? and how are you planning to integrate this Vb app.

cheers,

Shantanu

Former Member
0 Kudos

We'll be having SSO through User ID and Password.

Actually this is an Excel Application written in VBA, which connects to SAP(user needs to provide Login info) and fetches the desired data by calling a BAPI in SAP.

Once we have SSO implemented, the user is not supposed to provide the Login info, so we have to get the login details from EP. How I can make this application to get

login info from EP?

I have limited experience with VB, so If you can provide some sample code that will be very helpful.

Cheers,

Dinesh

Answers (1)

Answers (1)

Former Member
0 Kudos

You can rewrite you VB application in .Net and deploy it in portal which will use single sign on.