Writing a Post Authentication class for a customer with AM 7.0
I need to obtain an admin-level connection to AMStore to
manipulate AMUser object instances. To reuse existing AM SDK
configuration files to get the amadmin dn and password,
instead of providing my own config file.
How to programmatically get the amadmin DN and password ?
DN is easy to retrieve in AMConfig.properties. But what
about password ? Is there a public or private API for doing this ?
Although you can get the user name and password and generate the admin SSOToken,
the recommended way to get the admin SSOToken is as follows:
SSOToken token = (SSOToken) AccessController.doPrivileged(
com.sun.identity.security.AdminTokenAction.getInstance());
However why not to have API for proxy authentication and authorization instead of
querying amadmin identity for identity management ?
Need Answer
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment