Open cicnavi opened 2 months ago
https://openid.net/specs/openid-connect-core-1_0.html#RequestObject
We currently do not support 'Request Object' functionality and mark it as not supported in OP config metadata ('request_parameter_supported' = false).
However, this functionality is mandatory in order to add support for automatic client registration from OpenID Federation specification.
Prepared for v6: https://github.com/simplesamlphp/simplesamlphp-module-oidc/commit/9eb64b107b1dad973472716d9b031cc7490e1c03
https://openid.net/specs/openid-connect-core-1_0.html#RequestObject
We currently do not support 'Request Object' functionality and mark it as not supported in OP config metadata ('request_parameter_supported' = false).
However, this functionality is mandatory in order to add support for automatic client registration from OpenID Federation specification.