Loading...
Loading...
Simplified OAuth2/OpenID Connect provider
This OAuth2/OIDC server accepts any client_id and any redirect_uri. No registration required!
GET /oauth2/authorize?client_id=my-app&redirect_uri=http://localhost:8080/callback&response_type=code&scope=openid%20profile%20emailPOST /oauth2/tokenYou can encode user claims in the client_id as base64-encoded CSV:
email:[email protected],firstname:John,lastname:DoeThe server will automatically parse and include these claims in the JWT tokens!
Full OIDC support with discovery, JWKS, userinfo, and all standard flows.
Supports authorization_code, refresh_token, client_credentials, and password grants.
Full support for PKCE (S256 and plain) for enhanced security.
Just start using it - no admin accounts, no client registration needed!