Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/src/how-to/single-sign-on/trouble-shooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,11 @@ in your wire team:
must consist of 1-128 unicode characters, and does not need to be
unique.

3. SCIM's `externalId`:
3. SCIM's `preferredLanguage` is mapped to wire's user locale settings
when a locale is not defined for that user. It must consist of an
ISO 639-1 language code.

4. SCIM's `externalId`:

a. If SAML SSO is used, it is mapped on the SAML `NameID`. If it
parses as an email, it will have format `email`, and you can
Expand Down