Skip to content

Commit

Permalink
Fix type in rfc020 (#264)
Browse files Browse the repository at this point in the history
Assurencelevel -> Assurancelevel
  • Loading branch information
stevenvegt authored Sep 8, 2023
1 parent c8f56dd commit e58e536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfc/rfc020-authorization-credential-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -62,4 +62,4 @@ The following example shows the location of the new field, other fields have bee
},
...
}
```
```

0 comments on commit e58e536

Please sign in to comment.