1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
# serializer version: 1
# name: test_jwt_snapshot[client_id]
'433e5fdf-5129-452c-xxxx-fadce3213042'
# ---
# name: test_jwt_snapshot[customer_id]
'123'
# ---
# name: test_jwt_snapshot[exp]
1697753347
# ---
# name: test_jwt_snapshot[groups]
list([
'amc',
'developer-portal',
'fd78b3a4-a7f9-4c76-bef9-aa5a50583382',
'gardena-myaccount',
'husqvarna-connect',
'husqvarna-mypages',
'smartgarden',
])
# ---
# name: test_jwt_snapshot[iat]
1697666947
# ---
# name: test_jwt_snapshot[iss]
'husqvarna'
# ---
# name: test_jwt_snapshot[jti]
'60f14d59-bcc8-4039-bc38-25db3760d047'
# ---
# name: test_jwt_snapshot[roles]
list([
])
# ---
# name: test_jwt_snapshot[scope]
'iam:read amc:api'
# ---
# name: test_jwt_snapshot[scopes]
list([
'iam:read',
'amc:api',
])
# ---
# name: test_jwt_snapshot[sub]
'5a93141e-55a7-479f-96e2-8a63188c054f'
# ---
# name: test_jwt_snapshot[user]
dict({
'custom_attributes': dict({
'hc_country': 'DE',
}),
'customer_id': '4755997720458xxxx',
'first_name': 'Erika',
'last_name': 'Mustermann',
})
# ---
|