Skip to content

Commit 5b4a5f2

Browse files
committed
Timeout Values for the JWKS Endpoint
1 parent 767ade5 commit 5b4a5f2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

content/en/docs/appstore/use-content/platform-supported-content/modules/mendix-sso.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ In v2 of the [Mendix SSO module](/appstore/modules/mendix-sso/), there was a def
190190

191191
This section explains how to customize Mendix SSO in your apps and how to base your own user administration module on this section if you want to do things in a different way.
192192

193-
There are three ways you can modify the Mendix SSO module. You can use snippets from the Mendix SSO Marketplace module in your pages; you can modify the Mendix SSO module in any way you like to support your end-user administration requirements, or use the microflows available in the [Administration](/appstore/modules/administration/) module.
194-
195-
Additionally, Mendix SSO now supports configuring timeout values for the JWKS endpoint. You can set custom timeout values using the environment variables `MendixSSO_RemoteJWKSHttpConnectTimeout` and `MendixSSO_RemoteJWKSHttpReadTime`. These values, specified in milliseconds, read timeouts for the JWKS endpoint. Note that timeout values must not be negative.
193+
There are five ways you can modify the Mendix SSO module. You can use snippets from the Mendix SSO Marketplace module in your pages; you can modify the Mendix SSO module in any way you like to support your end-user administration requirements, use the microflows available in the [Administration](/appstore/modules/administration/) module, or configuring timeout values for the JWKS endpoint.
196194

197195
The customization options are described in the sections below:
198196

@@ -326,6 +324,10 @@ Only exact host names are accepted in the validation, any sub-domains need to be
326324
For example, if your application is running on `https://myapp.mendixcloud.com`, the sub-domain `sub.myapp.mendixcloud.com` will not be approved, unless the environment variable `MendixSSO_AllowedContinuationURLs` contains `https://sub.myapp.mendixcloud.com`.
327325
{{% /alert %}}
328326

327+
### Using Timeout Values for the JWKS Endpoint
328+
329+
Additionally, Mendix SSO now supports configuring timeout values for the JWKS endpoint. You can set custom timeout values using the environment variables `MendixSSO_RemoteJWKSHttpConnectTimeout` and `MendixSSO_RemoteJWKSHttpReadTime`. These values, specified in milliseconds, read and connect timeouts for the JWKS endpoint. Note that timeout values must not be negative.
330+
329331
## Tokens
330332

331333
Mendix SSO works by providing end-users with tokens when they are authenticated. If end-users have issues with Mendix SSO it can be useful to see the tokens, either for your own debugging or to provide information to [Mendix Support](/support/).

0 commit comments

Comments
 (0)