OpenID Connect Test Client
OAuth 2.0 Authorization Code Flow with PKCE
Configuration
| IDP URL: | https://api-sandbox.bway.ng |
| Client ID: | 3c51f0327dc4cf875659ca97949a38dc |
| Redirect URI: | https://test.bway.ng/oauth/callback |
| Scopes: | openid profile email |
| Status: | ❌ Not Authenticated |
Login with OAuth 2.0
Sign Up with OAuth 2.0
About This Test Client
This is a minimal OpenID Connect client that demonstrates:
- ✅ OAuth 2.0 Authorization Code Flow
- ✅ PKCE (Proof Key for Code Exchange) with S256
- ✅ CSRF Protection using state parameter
- ✅ Token refresh
- ✅ UserInfo endpoint integration
- ✅ WebAuthn/Biometric authentication (Passkeys)