From e58e5361eeb289c087565347442a3aa8c9cee26b Mon Sep 17 00:00:00 2001 From: stevenvegt Date: Fri, 8 Sep 2023 13:37:29 +0000 Subject: [PATCH] Fix type in rfc020 (#264) Assurencelevel -> Assurancelevel --- rfc/rfc020-authorization-credential-extension.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfc/rfc020-authorization-credential-extension.md b/rfc/rfc020-authorization-credential-extension.md index 8b10ac6..227d7e9 100644 --- a/rfc/rfc020-authorization-credential-extension.md +++ b/rfc/rfc020-authorization-credential-extension.md @@ -36,7 +36,7 @@ An additional field in the NutsAuthorizationCredential allows a resource server * **Authorization server**: The application that evaluates access token requests and creates access tokens. * **Resource server**: The application that requires authorized access to its APIs. -## 3. AssurenceLevel field +## 3. AssuranceLevel field The additional field is called `assuranceLevel`. It MUST contain one of the following values: `low`, `substantial` or `high`. The field is optional. When present it COULD be used by the authorization server to verify the access token request. @@ -62,4 +62,4 @@ The following example shows the location of the new field, other fields have bee }, ... } -``` \ No newline at end of file +```