Last active
May 8, 2019 21:24
-
-
Save edwint88/20eb696c403201f73f24f33ab407c3a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Method: POST | |
# Headers | |
# Content-Type: application/x-www-form-urlencoded | |
# Authorization Basic encoded(client_id:secret) | |
# Body | |
# grant_type client_credentials | |
http://127.0.0.1:8088/auth/realms/app/protocol/openid-connect/token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment