Docs: Update to use correct config key for saml token url (#93569)

Update to use correct config key for saml token url
This commit is contained in:
Karl Persson
2024-09-23 09:19:38 +02:00
committed by GitHub
parent 76d5608473
commit da60c561a8
@@ -329,7 +329,7 @@ The table below describes all SAML configuration options. Continue reading below
| `name_id_format` | No | The Name ID Format to request within the SAML assertion | `urn:oasis:names:tc:SAML:2.0:nameid-format:transient` |
| `client_id` | No | Client ID of the IdP service application used to retrieve more information about the user from the IdP. | |
| `client_secret` | No | Client secret of the IdP service application used to retrieve more information about the user from the IdP. | |
| `access_token_url` | No | URL to retrieve the access token from the IdP. | |
| `token_url` | No | URL to retrieve the access token from the IdP. | |
| `force_use_graph_api` | No | Whether to use the IdP service application retrieve more information about the user from the IdP. | `false` |
### Signature algorithm