Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Support Dynamic Client Registration #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cmrd-senya
Copy link

Adds support for Dynamic Client Registration (see
https://openid.net/specs/openid-connect-registration-1_0.html).

Dynamic Client Registration is initiated when no identifier was supplied among
the client_options.

Also, this includes changes for the better handling of "http" schema (useful in testing).

fixes #46

TODO:

  • Add some tests

Adds support for Dynamic Client Registration (see
https://openid.net/specs/openid-connect-registration-1_0.html).

Dynamic Client Registration is initiated when no identifier was supplied among
the client_options.

Also, this includes changes for the better handling of "http" schema (useful in testing).
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.4%) to 96.931% when pulling 86ccda6 on cmrd-senya:rfc7591 into 849b181 on jjbohn:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.9%) to 97.436% when pulling 5e8103b on cmrd-senya:rfc7591 into 849b181 on jjbohn:master.

stanhu pushed a commit to stanhu/omniauth-openid-connect that referenced this pull request Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support registering client with OP dynamically
2 participants