diff --git a/docs/odm/models/config.md b/docs/odm/models/config.md index 31fdde6df..9f1271590 100644 --- a/docs/odm/models/config.md +++ b/docs/odm/models/config.md @@ -187,6 +187,7 @@ | external_token_alternate_audiences | List [Keyword] | List of valid alternate audiences for the external token. |
:material-checkbox-marked-outline: Yes
| `[]` | | email_fields | List [Keyword] | List of fields in the claim to get the email from |
:material-checkbox-marked-outline: Yes
| `['email', 'emails', 'extension_selectedEmailAddress', 'otherMails', 'preferred_username', 'upn']` | | username_field | Keyword | Name of the field that will contain the username |
:material-checkbox-marked-outline: Yes
| `uname` | +| validate_token_with_secret | Boolean | Should we send the client secret while validating the access token? |
:material-checkbox-marked-outline: Yes
| `False` | [comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)