Skip to content

Commit

Permalink
docs(identity): Add note regarding single sign out limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Sheppard committed Mar 21, 2024
1 parent 1be4aa2 commit 0cc18b8
Showing 1 changed file with 3 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

0 comments on commit 0cc18b8

Please sign in to comment.