Last active
April 15, 2020 05:28
-
-
Save krnbr/b57cb0db20f9e1eda546dd26bbdc9358 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
{ | |
"aud": [ | |
"mock_aud" | |
], | |
"scope": [ | |
"system" | |
], | |
"iss": "http://localhost:8080", | |
"scopes": "system", | |
"exp": 1586855599, | |
"authorities": [ | |
"ROLE_SYSTEM" | |
], | |
"jti": "4d822a1a-c729-44a0-8bba-aaa67099cf18", | |
"client_id": "mock_client" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment