Skip to content

Commit

Permalink
Fix note in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Oct 31, 2023
1 parent d2319f4 commit 3f04950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion working_draft/API/docs/security/authn-application-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ One of the following HTTP status codes MUST be present in the response:
| **token_type** | The type of the token. This is always set to bearer| bearer

!!! note
OIDC is built upon the foundation of OAuth 2.0 (as defined in (RFC 67490[ttps://datatracker.ietf.org/doc/html/rfc6749]). It's important to note that the ID Token, which contains user identity information, is returned within the `access_token`` field as described by the OAuth specification.

OIDC is built upon the foundation of OAuth 2.0 (as defined in [RFC 67490](https://datatracker.ietf.org/doc/html/rfc6749)). It's important to note that the ID Token, which contains user identity information, is returned within the `access_token`` field as described by the OAuth specification.

### Error Body

Expand Down

0 comments on commit 3f04950

Please sign in to comment.