Hi All,
NAM 5.0.2.
I have setup 2 application in NAM using Oauth and Saml. Individual Login and logout is working fine for both applications.
but when i access both applications in same session, the single logout is not working.
if i logout from saml application then Oauth application should also logout from that session but it is not happening in my case. if i try to logout from Oauth application manually after logout from saml application, it is redirecting to below url and showing blank screen.
https://<IDP>:8443/nidp/oauth/v1/nam/end_session?id_token_hint=yJraWQ.......&post_logout_redirect_uri=https://<logout url>
so is there any further configuration is required to achieve this single logout between applications?