Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Dynamic client registration configuration should include a way of providing an initial token #59

@travisspencer

Description

@travisspencer

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:

screen shot 2017-08-05 at 10 29 57 am

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions