The openid_self_issued
plugin enables Self-Issued OpenID Providers - personal, self-hosted OPs that issue self-signed ID Tokens.
Users who requires same-device authentication mechanism.
plugin :rodauth do
enable :oidc_self_issued
end
Self-issued mode supports an additional request parameter:
registration
: used by the Client to provide information about itself to a Self-Issued OP that would normally be provided to an OP during Dynamic Client Registration.