Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smacadam authored Nov 18, 2024
1 parent c8ae258 commit e55573b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ curl --request POST --url 'https://<OAuthHost>/auth/oauth/v2/token' \
--data grant_type=password \
--data client_id='<OAuthClientID>' \
--data client_secret='<OAuthClientSecret>' \
--data scope='openid profile email' \
--data username='<Username>' \
--data password='<Password>'
Expand Down

0 comments on commit e55573b

Please sign in to comment.