Demo tenant
Issuer URL for the public OpenIssuer demo and OAuth clients.
https://demo.openissuer.com/issuerDocumentation
OpenIssuer exposes a standard OAuth2 and OpenID Connect issuer per tenant host. Applications use normal OIDC client settings while OpenIssuer handles tenant resolution, users, roles, organizations, and OAuth client management.
Register the callback URL that matches the app host, base path, and provider id.
https://your-app.example.com/api/auth/callback/myauthIssuer URL for the public OpenIssuer demo and OAuth clients.
https://demo.openissuer.com/issuerAdmin portal for creating and inspecting demo OAuth clients.
https://demo.admin.openissuer.comThe demo client requests the standard OpenID Connect scopes.
openid profileUse the maintained example client to validate an OpenIssuer tenant from OAuth client registration through token and session inspection.
Tenant admins use the admin portal to manage OAuth clients, users, organizations, roles, and default organization access.
OpenIssuer is deployed as Spring services behind Kubernetes Gateway API routes, with PostgreSQL databases and tenant-aware routing. Demo apps are deployed as separate NextAuth releases for each tenant host.