Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable68 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Jan 13, 2025
1 parent 562c195 commit 902ab48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ OAuth Provider Configuration
| email_fields | List [Keyword] | List of fields in the claim to get the email from | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `['email', 'emails', 'extension_selectedEmailAddress', 'otherMails', 'preferred_username', 'upn']` |
| username_field | Keyword | Name of the field that will contain the username | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `uname` |
| validate_token_with_secret | Boolean | Should we send the client secret while validating the access token? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| identity_id_field | Keyword | Field to fetch the managed identity ID from. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `oid` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
1 change: 1 addition & 0 deletions docs/odm/models/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Model of User
| dn | Keyword | User's LDAP DN | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| email | Email | User's email address | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| groups | List [UpperKeyword] | List of groups the user submits to | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| identity_id | Keyword | ID of the matching object in your identity provider (used for logging in as another application) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| is_active | Boolean | Is the user active? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `True` |
| name | Keyword | Full name of the user | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| otp_sk | Keyword | Secret key to generate one time passwords | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
Expand Down

0 comments on commit 902ab48

Please sign in to comment.