Integration between OpenSSO and OAAM
Has anyone made this integration before? I would appreciate some guidelines since there are not any documentation out there.We have successfully integrated OAM and OAAM before, but we need to replace OAM with OpenSSO for our client.
This would be the user's flow:
1. User tries to access a protected resource.
2. Policy Agent intercepts the request and redirects to OpenSSO for authentication.
3. During authentication, an OpenSSO OAAM Authentication module delegates to OAAM server for strong authentication.
4. OAAM standard flow takes over.
5. OAAM connect with OpenSSO to validate credentials.
6. Once successful, OAAM applies post-authentication policies and posts request back to OpenSSO.
0