You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
Section 3 of the OIDC dynamic client registration spec says that
The OpenID Provider MAY require an Initial Access Token that is provisioned out-of-band (in a manner that is out of scope for this specification) to restrict registration requests to only authorized Clients or developers.
When configuring an OP entity in the op_test tool, there is no way to provide this initial token. As a result, there is no way for an OP that requires authentication of the registration endpoint to be tested.
Something like the following mockup is needed:
If an initial access token is configured in such a way, then the test tool should send it to the OP in an Authorization header (per RFC 6750) when registering the client.