Skip to content

Commit 33a19f0

Browse files
committed
Update troubleshooting
1 parent 45cd398 commit 33a19f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/control-center/security/set-up-sso-byoidp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Without proper exchange of `client_id` and `client_secret` between the IdP and M
277277

278278
If the wrong authentication method is configured for the Mendix Platform as a client to your IdP, login fails.
279279

280-
Mendix supports two client authentication methods: `client_secret_post` (client credentials in the payload) or `client_secret_basic` (basic authentication; credentials in the HTTP authorization header). If the IdP indicates support for both methods at the well-known endpoint, Mendix uses `client_secret_post`. If the client configuration at your IdP for the Mendix Platform sets a different client authentication method, the IdP may reject Mendix to authenticate itself as a client to the `/token` endpoint, and the delegated login fails.
280+
Mendix supports three client authentication methods: `client_secret_post`, `client_secret_basic`, and `private_key_jwt`. If the IdP indicates support for both `client_secret_post` and `client_secret_basic` methods at the well-known endpoint, Mendix uses `client_secret_post`. If the client configuration at your IdP for the Mendix Platform sets a different client authentication method, the IdP may reject Mendix to authenticate itself as a client to the `/token` endpoint, and the delegated login fails.
281281

282282
### Incorrect Conditional Access Policies
283283

0 commit comments

Comments
 (0)