zitadel-oidc/pkg/oidc/regression_data/oidc.jwtProfileAssertion.json
Tim Möhlmann 11682a2cc8 oidc: add regression tests for token claim json
this helps to verify that the same JSON is produced,
after these types are refactored.
2023-03-02 16:45:15 +02:00

11 lines
122 B
JSON

{
"aud": [
"foo",
"bar"
],
"exp": 12345,
"foo": "bar",
"iat": 12000,
"iss": "zitadel",
"sub": "hello@me.com"
}