9.1. OAuth Parameters Registration (Registrierung OAuth-Parameter)
9.1. OAuth Parameters Registration (Registrierung OAuth-Parameter)
Da das Request Object ein JWT ist, können die Kern-JWT-Claims im Request Object nicht für andere Zwecke genutzt werden als von JWT vorgesehen. Daher wurden sie als OAuth-Autorisierungsanfrageparameter registriert, um zu verhindern, dass künftige OAuth-Erweiterungen sie mit anderer Bedeutung verwenden.
Dieses Dokument fügt dem von [RFC6749] eingerichteten Register „OAuth Parameters“ [IANA.OAuth.Parameters] folgende Werte hinzu.
| Name | Parameter Usage Location | Change Controller | Specification Document(s) |
|---|---|---|---|
iss | authorization request | IETF | This document and Section 4.1.1 of [RFC7519]. |
sub | authorization request | IETF | This document and Section 4.1.2 of [RFC7519]. |
aud | authorization request | IETF | This document and Section 4.1.3 of [RFC7519]. |
exp | authorization request | IETF | This document and Section 4.1.4 of [RFC7519]. |
nbf | authorization request | IETF | This document and Section 4.1.5 of [RFC7519]. |
iat | authorization request | IETF | This document and Section 4.1.6 of [RFC7519]. |
jti | authorization request | IETF | This document and Section 4.1.7 of [RFC7519]. |