Oidc Dynamic Client Registration

The openid_dynamic_client_registration feature implements the dynamic registering of OIDC Relying Parties with authorization servers. Essentially, it builds on top of the oauth_dynamic_client_registration feature and supports the OIDC-specific metadata that its counterpart doesn’t.

plugin :rodauth do
  enable :oidc, :oidc_dynamic_client_registration
end

Home