Files
work-club-manager/.sisyphus/evidence/final-qa/auth/01-jwt-contains-audience.json

22 lines
552 B
JSON
Raw Normal View History

{
"exp": 1772720777,
"iat": 1772717177,
"jti": "db68168f-d1e3-408d-950c-b8a9463755f3",
"iss": "http://localhost:8080/realms/workclub",
"aud": "workclub-api",
"typ": "Bearer",
"azp": "workclub-app",
"sid": "28f7e32f-7eca-4daf-ad99-9ae232607714",
"acr": "1",
"allowed-origins": [
"http://localhost:3000"
],
"scope": "profile email",
"email_verified": true,
"clubs": {
"afa8daf3-5cfa-4589-9200-b39a538a12de": "admin",
"a1952a72-2e13-4a4e-87dd-821847b58698": "member"
},
"preferred_username": "admin@test.com"
}