Versions Compared

Key

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

...

In order to enable SSO logout, SSO logout must be enabled and the URL to the End Session Endpoint must be set, as in the following example:


Code Block
titleapplication.properties
blueriq.security.openid-connect.sso-logout=true
blueriq.security.openid-connect.end-session-endpoint=http://example.com/auth/realms/master/protocol/openid-connect/logout

...