WordPress OAuth 2.0
+ OpenID Connect

A live demo of Better OAuth WP — the WordPress plugin that turns your site into a full OAuth 2.0 + OIDC provider. Sign in, inspect tokens, decode JWTs.

How It Works

1.Authenticate
Click "Sign in with WordPress" to kick off the OAuth 2.0 Authorization Code flow with PKCE — the most secure grant type for public clients.
2.Consent
WordPress prompts you to authorise the app. The demo requests openid, profile, email, and wp_profile so you can inspect both standard OIDC claims and WordPress-specific profile metadata.
3.Explore
Back in the demo, the dashboard shows your tokens, granted scopes, decoded ID token payload, and the WordPress claims extracted from wp_profile.
Authorization Code + PKCEOpenID Connect DiscoveryJWT Access TokensConfigurable ScopesToken IntrospectionRefresh Token Rotation
API ...