Skip to content

Commit 8f66089

Browse files
Merge pull request mendix#10825 from mendix/kv-tw-2514
OIDC SSO: protocol adherence TW-2514
2 parents 357e98d + 29295c8 commit 8f66089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ For readers with more knowledge of the OAuth and OIDC protocol:
9696
For signing into the app, the OIDC SSO module will not use token introspection and will always validate against the published `jwks` endpoint.
9797

9898
* Stores an access token for each end-user that can be used to make API calls on their behalf.
99+
* The OIDC SSO module supports ‘bearer’ Access Token type and does not support the Message Authentication Code (MAC) when making calls to resource servers or APIs as defined in [RFC6749 section 7.1](https://datatracker.ietf.org/doc/html/rfc6749#section-7.1).
99100
* Can be configured to use either `client_secret_post`, `client_secret_basic`, or `private_key_jwt` as the client authentication method.
100101
* It supports nine signing algorithms: ECC SHA-256 (ES256), ECC SHA-384 (ES384), ECC SHA-512 (ES512), RSASSA-PSS SHA-256 (PS256), RSASSA-PSS SHA-384 (PS384), RSASSA-PSS SHA-512 (PS512), RSA SHA-256 (RS256), RSA SHA-384 (RS384), RSA SHA-512 (RS512), and automatically regenerates a new key pair upon expiry.
101102
* Supports ACR in authorization requests. The ACR in OIDC protocol is used to indicate the desired level of assurance or strength of authentication during the authentication process. It allows the relying party (your application) to request a specific level of authentication assurance from the identity provider (IdP) (version 2.3.0 and above).

0 commit comments

Comments
 (0)