Skip to content

Commit 7b76859

Browse files
authored
Merge pull request #1018 from darshanasbg/main
Remove auth_flow_graph_id for the Client Credential App
2 parents 7d0d97b + e7ee2da commit 7b76859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ To try out the Client Credentials flow, follow these steps:
251251
252252
1. Create a Client Application
253253
254-
Application creation is secured functionality, so you first need to obtain a system API token as mentioned in the "Obtaining System API Token" section above.
254+
Application creation is secured functionality, so you first need to obtain a system API token as mentioned in the "Obtain System API Token" section above.
255255
256256
Run the following command, replacing `<assertion>` with the assertion value obtained from the previous step.
257257
@@ -261,7 +261,6 @@ To try out the Client Credentials flow, follow these steps:
261261
-d '{
262262
"name": "Test Sample App",
263263
"description": "Initial testing App",
264-
"auth_flow_graph_id": "auth_flow_config_basic",
265264
"inbound_auth_config": [
266265
{
267266
"type": "oauth2",

0 commit comments

Comments
 (0)