website/docs: fix typo in providers/scim (#7076)
chore(docs): typo in providers/scim Signed-off-by: jon r <jon@allmende.io>
This commit is contained in:
parent
9d63456ed9
commit
9860ac983c
|
@ -51,7 +51,7 @@ Applications can either match users on a unique ID sent by authentik called `ext
|
|||
|
||||
#### OAuth/OIDC
|
||||
|
||||
The default provider configuration for the _Subject mode_ option of _Based on the User's hashed ID_ matches the `externalId` that's generated by default. If any other _Subjet mode_ is selected, the `externalId` attribute can be customized via SCIM mappings.
|
||||
The default provider configuration for the _Subject mode_ option of _Based on the User's hashed ID_ matches the `externalId` that's generated by default. If any other _Subject mode_ is selected, the `externalId` attribute can be customized via SCIM mappings.
|
||||
|
||||
#### SAML
|
||||
|
||||
|
|
Reference in New Issue