🔐 OAuth 2.0 Authorization Server

Test OAuth 2.0 Authorization Code Flow with PKCE

Test Users:
Username: user Password: password (Role: USER)
Username: admin Password: admin (Roles: USER, ADMIN)

Public Client (PKCE Required)

Client ID: public-client
Grant Types: authorization_code, refresh_token
Redirect URI: http://localhost:8080/authorized
Scopes: read, write, profile

PKCE Challenge

Confidential Client (Client Secret)

Client ID: confidential-client
Client Secret: secret
Grant Types: authorization_code, refresh_token, client_credentials
Redirect URI: http://localhost:8080/authorized
Scopes: read, write, profile

Response

OAuth 2.0 Endpoints

Authorization:https://condor.heaerie.com/oauth2/authorize
Token: https://condor.heaerie.com/oauth2/token
JWK Set: https://condor.heaerie.com/oauth2/jwks
Token Introspection: https://condor.heaerie.com/oauth2/introspect
Token Revocation: https://condor.heaerie.com/oauth2/revoke
OpenID Configuration: https://condor.heaerie.com/.well-known/oauth-authorization-server