puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

Unable to provide access token to client registration endpoint #148

Open parthjoshi-pc opened 2 years ago

parthjoshi-pc commented 2 years ago

The oidc-register CLI tool does not support providing an access token when registering an OIDC client.

For self-hosted OIDC provider servers eg. keycloak, we may not want to make the client registration API public and instead use a Bearer Token or Initial Access Token as indicated in the docs.