Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the complete URL with payload for token generation? Can we get a CURL command #190

Open
saurabh-singh-17 opened this issue Jul 7, 2022 · 0 comments

Comments

@saurabh-singh-17
Copy link
Collaborator

saurabh-singh-17 commented Jul 7, 2022

curl --location --request POST 'http://a9dd63de91ee94d59847a1225da8b111-273954130.ap-south-1.elb.amazonaws.com:8080/auth/realms/swasth-health-claim-exchange/protocol/openid-connect/token'
--header 'content-type: application/x-www-form-urlencoded'
--data-urlencode 'client_id=registry-frontend'
--data-urlencode 'username=[email protected]'
--data-urlencode 'password=XXXXXXXXXXX'
--data-urlencode 'grant_type=password'

Please replace the username name and password provided to you from the HCX team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant