You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/services/oidc-provider.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,20 +193,14 @@ Every end-user that is known in **Admin** module also needs to be known in the O
193
193
194
194
Perform the rest of configuration through the app:
195
195
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.
205
200
206
201
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.
207
202
208
-
1. Open the **Clients** tab.
209
-
1. Click **New Client Registration**.
203
+
5. Open the **Clients** tab and click **New Client Registration**.
210
204
211
205
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).
0 commit comments