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_outuser 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.
Comments
Article is closed for comments.