Self Issued Openid

The openid_self_issued plugin enables Self-Issued OpenID Providers - personal, self-hosted OPs that issue self-signed ID Tokens.

Who is it for

Users who requires same-device authentication mechanism.

How to enable it

plugin :rodauth do
  enable :oidc_self_issued
end

URLs

GET /authorize

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.

Home