Add subject_uri_schemes_supported property to AS Metadata - #227
Conversation
…tadata requirements
|
@acoburn could you explain shortly your thinking behind SHOULD instead of MUST and the default |
|
Each of the authentication suites defines a validation section with text along the lines of
In other words, the AS either has a pre-existing trust relationship with the issuer (common in enterprise federations) or it doesn't (common in an open ecosystem deployment). Dereferencing the subject URI is therefore only necessary in the second case, meaning that there are entire categories of deployments in which the In RFC 8414, many of the optional properties have defaults, and there seemed to be general support for making that default "https". |
Resolves #151
This defines a new property for the authorization server metadata document:
subject_uri_schemes_supported. This usesurirather thanurl, since all other IANA-registered OAuth Parameters use URI rather than URL.Inclusion of the new property is set at
SHOULDlevel. If omitted, the default value is["https"]Preview | Diff