How to skip logout consent in SecureAuth CIAM?

Follow
    Applies to:
  • Cloudentity
Deployment model:
  • Cloud
  • Version Affected:  [SecureAuth CIAM]

    Description:  

    When below RP Initiated logout request is sent,

    https://$TENANT_ID.$REGION_ID.connect.secureauth.com/$TENANT_ID/$WORKSPACE_ID/oidc/logout?id_token_hint=id_token_issued_to_client&post_logout_redirect_uri=https://client.com/logged_out

    user gets a logout consent as shown below:

    Cause:  

    By design.

     

    Resolution:  

    To skip the logout consent prompt, configure application to use non-oidc logout endpoint with id_token_hint and redirect_to query parameters, as mentioned below:

    
    https://<secureauth-domain>/<tenant>/<workspace>/logout?id_token_hint={token}&redirect_to=&post_logout_redirect_uri=https%3A%2F%2Fexample.com

     

    Special Considerations (optional as needed):  

    https://docs.secureauth.com/iam/oidc-single-logout

     

    SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.

    Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.

    0 out of 0 found this helpful

    Comments

    0 comments

    Article is closed for comments.