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: docs/docs/idp.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,17 @@ You can follow the [PingOne documentation](https://docs.pingidentity.com/r/en-us
283
283
Worker applications in PingOne are designed for server-to-server authentication using the OAuth 2.0 client credentials grant type, which is ideal for the AGNTCY Identity Service integration.
284
284
:::
285
285
286
+
### PingOne Application Configuration
287
+
288
+
When creating your worker application in PingOne, ensure the following:
289
+
290
+
1.**Application Type:** Select "Worker" as the application type
291
+
2.**Grant Type:** Ensure "Client Credentials" is enabled
292
+
3.**Scopes:** Grant the necessary scopes for the application to manage other applications (typically administrative scopes)
293
+
4.**Token Endpoint Authentication Method:** Use "Client Secret Basic" or "Client Secret Post"
294
+
295
+
The AGNTCY Identity Service will use this worker application to create and manage OAuth client credentials for your agentic services automatically.
296
+
286
297
### Identity Provider Connection Steps
287
298
288
299
Follow these steps to configure and register your Identity Provider:
@@ -312,14 +323,3 @@ Follow these steps to configure and register your Identity Provider:
312
323
- Once all required details (Environment ID, Region, Client ID, and Client Secret) have been accurately entered, click the **Save** button.
313
324
- Upon successful saving, your Ping Identity provider will be registered and configured within AGNTCY Identity Service.
314
325
- If you need to discard the entered information and cancel the creation process, click the **Cancel** button.
315
-
316
-
### PingOne Application Configuration
317
-
318
-
When creating your worker application in PingOne, ensure the following:
319
-
320
-
1.**Application Type:** Select "Worker" as the application type
321
-
2.**Grant Type:** Ensure "Client Credentials" is enabled
322
-
3.**Scopes:** Grant the necessary scopes for the application to manage other applications (typically administrative scopes)
323
-
4.**Token Endpoint Authentication Method:** Use "Client Secret Basic" or "Client Secret Post"
324
-
325
-
The AGNTCY Identity Service will use this worker application to create and manage OAuth client credentials for your agentic services automatically.
0 commit comments