Skip to content

Commit bd7ceb7

Browse files
Merge pull request mendix#10765 from mendix/kv-oidc-provider
OIDC Provider: small improvement
2 parents 3d65870 + bc3e5bb commit bd7ceb7

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -193,20 +193,14 @@ Every end-user that is known in **Admin** module also needs to be known in the O
193193

194194
Perform the rest of configuration through the app:
195195

196-
1. Deploy and run the app.
197-
1. Login as an administrator.
198-
1. Use the **Accounts** navigation item.
199-
1. Click **New** and create the user account (or accounts) you need in your IAM Broker — for example, a new active account with the **User role** set to **User**.
200-
1. Use the **OpenID Connect** navigation item.
201-
1. Open the **Server Keys** tab.
202-
1. Click **New Key**.
203-
1. Open the **Scopes** tab.
204-
1. For the authorization code grant, create **New** scopes, enter `openid` as the **Name**, and set the **Scope type** to **Standard**. You need to use your own value in the **Name** field for the client credential grant type.
196+
1. Deploy your application and log in with the application Admin account.
197+
2. Click **New** in the **Accounts** navigation item to create the user account (or accounts) you need in your IAM Broker. For example, a new active account with the **User role** set to **User**.
198+
3. Click **New Key** on **Server Keys** tab of the **OpenID Connect** navigation item.
199+
4. For the authorization code grant, create **New** scopes, enter `openid` as the **Name**, and set the **Scope type** to **Standard**. You need to use your own value in the **Name** field for the client credential grant type.
205200

206201
This page sets up a single list of all the scopes that are known to the OIDC Provider service. For each client, you can then choose the scopes used by that specific client. See [Configuring Centralized Authorization](#configuring-authorization) for more information on which scopes you should set.
207202

208-
1. Open the **Clients** tab.
209-
1. Click **New Client Registration**.
203+
5. Open the **Clients** tab and click **New Client Registration**.
210204

211205
You can register a new client (an app using the OIDC SSO module for sign in which identifies this app as its IdP) in one of the two ways shown below in [Automatic Client Registration](#automatic-client-registration).
212206

0 commit comments

Comments
 (0)