I am having a java spring application (sp) which has two roles. Base User and Admin User. We allow customer to integrate with their own SSO (idp). In our application, we have some screen where Admin user will have to key in their credential and approve on the base user’s machine.
- How do i call for admin user sso authorization request though already an sso user logged in? It doesn’t matter number of sso sessions can exist in an sp (service provider) application?
- If admin activity is over, i want to destroy the admin’s sso session, how can i do that?
P.S : I am using SAML 2.0 protocol.
Kindly advise. Thanks in advance.
