Skip to content

Commit 035fa64

Browse files
committed
Added Events as dependency
1 parent b44af4f commit 035fa64

File tree

1 file changed

+3
-2
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/modules

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ It requires the following Marketplace modules to be included in your app:
128128
* [Nanoflow Commons](https://marketplace.mendix.com/link/component/109515) – see [Nanoflow Commons](/appstore/modules/nanoflow-commons/) documentation.
129129
* [Mx Model reflection](https://marketplace.mendix.com/link/component/69) – see [Mx Model Reflection](/appstore/modules/model-reflection/) documentation (deprecated from version 4.0.0 of the module).
130130
* [User Commons](https://marketplace.mendix.com/link/component/223053) (for version 3.0.0 and above)
131+
* [Events](https://marketplace.mendix.com/link/component/224259) – see [Events](/appstore/widgets/events/) documentation.
131132

132133
Versions below 2.3.0 also require [Native Mobile Resources](https://marketplace.mendix.com/link/component/109513) – see [Native Mobile Resources](/appstore/modules/native-mobile-resources/) documentation.
133134

@@ -332,12 +333,12 @@ authentication in your Mendix App, complete the JWKS configuration at your IdP,
332333
5. Add the **Client Secret**.
333334
6. If you have the **Automatic Configuration URL** (also known as the *well-known endpoint*), enter it and click **Import Configuration** to automatically fill the other endpoints.
334335

335-
{{% alert color="info" %}}If the endpoint URL does not already end with `/.well-known/openid-configuration`, include it at the end. According to the specifications, the URL you need to enter typically ends with `/.well-known/openid-configuration`.{{% /alert %}}
336+
{{% alert color="info" %}} If the endpoint URL does not already end with `/.well-known/openid-configuration`, include it at the end. According to the specifications, the URL you need to enter typically ends with `/.well-known/openid-configuration`. {{% /alert %}}
336337

337338
* If you do not have an automatic configuration URL, you can fill in the other endpoints manually.
338339
7. Click **Save**
339340

340-
{{% alert color="info" %}}Your client configuration is not yet complete, but you have to save at this point to allow you to set up the rest of the information.{{% /alert %}}
341+
{{% alert color="info" %}} Your client configuration is not yet complete, but you have to save at this point to allow you to set up the rest of the information. {{% /alert %}}
341342

342343
8. Select your client configuration and click **Edit**.
343344
9. Select the scopes expected by your OIDC IdP. The standard scopes are `openid`, `profile`, and `email`, but some IdPs may use different ones.

0 commit comments

Comments
 (0)