Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The outcome is controlled through the blueriq.security.openid-connect.sso-logout property property: when set to to true, a logout from Blueriq will also trigger a logout from the identity provider by redirecting the user to the provider's End Session Endpoint.

Warning

When using SSO logout, the blueriq.security.openid-connect.end-session-endpoint property  property must be correctly configured, either by setting the property or by discovery. If the end-session-endpoint property is empty or not a valid HTTP URL, the Runtime will generate an error.

...

When redirecting to the End Session Endpoint of the Identity Provider, The Runtime will send the the post_logout_redirect_uri parameter pointing to the standard Blueriq logout page (http://<host>:<port>/<context>/server/session/logout.htmlapp/logged-out). The identity provider will redirect the user back to this page after having logged the user out.

...