From f6654639a86f1c6e926d5fa7583b86548aebc52f Mon Sep 17 00:00:00 2001 From: Azure Pipeline Date: Mon, 15 Jul 2024 18:57:20 +0000 Subject: [PATCH] Pipeline: Release 4.5.0.stable35 documentation --- docs/odm/models/config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/odm/models/config.md b/docs/odm/models/config.md index 3725a357a..e961432c0 100644 --- a/docs/odm/models/config.md +++ b/docs/odm/models/config.md @@ -166,8 +166,6 @@ | uid_format | Keyword | Format of the user ID based on the captured parts from the regex |
:material-minus-box-outline: Optional
| `None` | | client_id | Keyword | ID of your application to authenticate to the OAuth provider |
:material-minus-box-outline: Optional
| `None` | | client_secret | Keyword | Password to your application to authenticate to the OAuth provider |
:material-minus-box-outline: Optional
| `None` | -| auto_no_secret | Boolean | Should we use the client secret for the OAuth? |
:material-checkbox-marked-outline: Yes
| `False` | -| client_scope | Keyword | Managed Identity scope to authenticate to the OAuth provider |
:material-minus-box-outline: Optional
| `None` | | redirect_uri | Keyword | URI to redirect to after authentication with OAuth provider |
:material-minus-box-outline: Optional
| `None` | | request_token_url | Keyword | URL to request token |
:material-minus-box-outline: Optional
| `None` | | request_token_params | Keyword | Parameters to request token |
:material-minus-box-outline: Optional
| `None` |