Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/open_id_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ The `id_request` key being set to _anything_ will result in the injection of the
"exp": 1717699924,
"iat": 1717699624,
"iss": "https://vela-server.com/_services/token",
"jti": "e98eea96-9efb-4071-b794-08b89ef2fa3e",
"aud": [
"artifactory"
],
Expand Down Expand Up @@ -111,4 +112,3 @@ There are many resources on validating OpenID tokens. Some of the high level req
- Can the token be validated using the JWKs located at the well-known path of the issuer?
- Do the claims of the ID token match the cloud service expectations?
- Are the claims all members of the `supported_claims` field located at the well-known OpenID configuration?

Loading