Skip to content

Commit

Permalink
docs(identity): Add note regarding single sign out limitation (#3500)
Browse files Browse the repository at this point in the history
* docs(identity): Add note regarding single sign out limitation

* docs(identity): backport to 8.4 docs regarding single sign out limitation
  • Loading branch information
Ben-Sheppard authored and theburi committed Apr 3, 2024
1 parent 36f6b3f commit c6d8714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ global:
### Additional considerations
Due to technical limitations regarding [third party content](https://openid.net/specs/openid-connect-frontchannel-1_0.html#ThirdPartyContent),
front channel single sign out is not supported. This means that when a user logs out of one component, they will not be logged out of the other components.
For authentication, the Camunda components use the scopes `email`, `openid`, `offline_access`, `profile`,
and `<CLIENT_UUID>/.default`. To ensure your users are able to successfully authenticate with Entra ID, you must
ensure that either there is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ global:
### Additional considerations
Due to technical limitations regarding [third party content](https://openid.net/specs/openid-connect-frontchannel-1_0.html#ThirdPartyContent),
front channel single sign out is not supported. This means that when a user logs out of one component, they will not be logged out of the other components.
For authentication, the Camunda components use the scopes `email`, `openid`, `offline_access`, `profile`,
and `<CLIENT_UUID>/.default`. To ensure your users are able to successfully authenticate with Entra ID, you must
ensure that either there is
Expand Down

0 comments on commit c6d8714

Please sign in to comment.