diff --git a/working_draft/API/docs/security/authn-application-layer.md b/working_draft/API/docs/security/authn-application-layer.md index 9b57b7f0..7e5482f0 100644 --- a/working_draft/API/docs/security/authn-application-layer.md +++ b/working_draft/API/docs/security/authn-application-layer.md @@ -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