Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Mass authorization maintenance in JAVA

Former Member
0 Kudos

Hello all,

System is JAVA-only landscape (e.g. ESR). Identity management is configured to use LDAP (data source = Microsoft ADS Read-Only (Flat Hierarchy) + Database).

There will be around 300 users where we have to assign specifc UME role.

Question - is there a way of doing like 'mass maintenance', like upload from spreadsheet?

Thanks,

Terry

1 REPLY 1

bxiv
Active Contributor
0 Kudos

Would you rather be able to define the UME role through Active directory and just have your Java stack look for that item and reduce the admin work in the Java system?

http://wiki.sdn.sap.com/wiki/display/Security/User+Mappings+in+the+Authentication+Framework+of+SAP+N...

I don't have this setup, but I would think you could have it look for a group in AD and have Java map that to the role that you want.