Skip to content

Commit

Permalink
Update 4.oidcFlowTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 authored Nov 21, 2024
1 parent b090194 commit 2089614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/pre-release/dcf/4.oidcFlowTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Scenario('Initiate the OIDC Client flow with NIH credentials to obtain the OAuth
b. ID Token
c. Refresh token
--
% curl --user "<CLIENT_ID>:<CLIENT_SECRET>" -X POST "https://<TARGET_ENVIRONMENT>/user/oauth2/token?grant_type=authorization_code&code=<CODE>&redirect_uri=https://${TARGET_ENVIRONMENT}/user"
% curl --user "<CLIENT_ID>:<CLIENT_SECRET>" -X POST "https://<TARGET_ENVIRONMENT>/user/oauth2/token?grant_type=authorization_code&code=<CODE>&redirect_uri=https://${TARGET_ENVIRONMENT}"
`);
expect(result.didPass, result.details).to.be.true;
},
Expand Down

0 comments on commit 2089614

Please sign in to comment.