cancel
Showing results for 
Search instead for 
Did you mean: 

SSO with large number of users

Former Member
0 Kudos

Hi,

We want to implement SSO using user mapping because we have different user ids from system to system.

We have large number of users in our system, how can we implement user mapping.

Is there anyway to write a program so that it can take care of user mapping, if yes? can you please give overview so that i can dig in to it.

Thanks,

Damodhar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Damodhar,

For SSO using User Maping there is no other way than mapping the users manually. You have to map the UserID of the Portal with the UserID/UsrName of your Database.

This process has to be done manually. Please go to <i>User Administration -> User Mapping -></i> Select the System. Search for the user name in the Portal DB to be mapped with the UserID of your Database. Give the Username and password of the User in your database.

I hope this helps you. If so please reward points as well!!

Rgds,

Vikas.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Thanks for the reply, i am aware this process but i am wondering whether there is an automated process for mapping because this would save time.

Thanks,

damodhar.

former_member200748
Contributor
0 Kudos

Hi Damodhar

User mapping can be done in the programming level. The User Management Engine in EP 6.0 provides two interfaces to access the user mapping data namely

1. IUserMappingService.

2. IUserMappingData.

You can implement these two intefaces to enable User Mapping. Please refer to the following link for further details.

http://help.sap.com/saphelp_nw04/helpdata/en/69/3482ee0d70492fa63ffe519f5758f5/content.htm

Hope that was helpful.

Best Regards

Priya