saml - How do I fetch users from IdP-ADFS in Java program? -
we have web-based application talks idp , idp uses adfs saml. using spring security framework in between idp , our server, now, able authenticate user @ idp , sending user name our application server(without re-authenticating).
to assign different roles, need users @ our application server(we assign privileges @ application level).
so question how fetch users adfs application server?
adfs sits on top of ad.
adfs has nothing whatsoever user management.
so need migrate users out of ad.
you can ldap commands e.g. howto: (almost) in active directory via c# , everything in active directory via c#.net 3.5 (using system.directoryservices.accountmanagement).
Comments
Post a Comment