Skip to content

Commit 5e57bed

Browse files
Merge pull request mendix#8828 from mendix/kv-OIDC-Provider-4.1.0
OIDC provider 4.1.0
2 parents 7e9b412 + cc571fb commit 5e57bed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/services

content/en/docs/appstore/use-content/platform-supported-content/services/oidc-provider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ This section provides clarity on the extent to which the OIDC Provider module su
127127
* [`jwks_uri`](https://openid.net/specs/openid-connect-core-1_0.html#RotateSigKeys)
128128
* `/register` endpoint, based on [RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591) and [Final: OpenID Connect Dynamic Client Registration](https://openid.net/specs/openid-connect-registration-1_0.html). Only the specified client attributes are supported. The `/register` endpoint is secured with a registration access token using a mechanism that deviates from specifications. For more details, see the [Automatic Client Registration](#automatic-client-registration) section below.
129129

130+
3. Additionally, the OIDC Provider module specifies the token validity for Refresh and Access tokens. For more information, see the [Configuring Token Validity](#token_validity) section below.
131+
130132
## Installation
131133

132134
To install the OIDC Provider service in your IAM broker app, you need to import the following into your app:
@@ -534,7 +536,7 @@ In versions of OIDC Provider below 1.1.0, the following values are not included
534536

535537
In versions of the OIDC Provider above 2.0.0, the sub value was changed from an `Autonumber` to a `UUID`.
536538

537-
## Configuring Token Validity
539+
## Configuring Token Validity{#token_validity}
538540

539541
* Refresh Token: The validity period for the refresh token is set to 15 days by default. To modify this, update the `RefreshTokenLifetimeInDays` constant available in the module. Ensure to keep the value in *days*.
540542
* Access Token: The default validity for Access token is changing from 24 hours to one hour. To adjust this, modify the `AccessTokenLifetimeInSecs` constant. Ensure to keep the value in *seconds*.

0 commit comments

Comments
 (0)