[Openid-specs-ab] Issue #1477: request_authentication_methods_supported inconsistently defined (openid/connect)
mbj
issues-reply at bitbucket.org
Thu Apr 21 23:00:13 UTC 2022
New issue 1477: request_authentication_methods_supported inconsistently defined
https://bitbucket.org/openid/connect/issues/1477/request_authentication_methods_supported
Michael Jones:
The `request_authentication_methods_supported` example is as follows:
```json
"request_authentication_methods_supported":{
"ar":[
"request_object"
],
"par":[
"private_key_jwt",
"self_signed_tls_client_auth"
]
}
```
However, the definition of `request_authentication_methods_supported` says nothing about the hierarchical structure in the example, nor anything about the identifiers `ar` or `par`. Is the example wrong or is the definition?
Responsible: Roland Hedberg
More information about the Openid-specs-ab
mailing list