You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Granular API Scopes (#43) - Fine-grained admin authorization with new scopes for precise API access control instead of the single authserver:manage permission
OAuth2 Implicit Flow - Configurable implicit flow support for legacy clients (response_type=token, id_token, id_token token). Disabled by default, can be enabled globally or per-client
OAuth2 Resource Owner Password Credentials (ROPC) Flow - RFC 6749 Section 4.3 implementation for direct username/password authentication. Disabled by default, can be enabled globally or per-client
User Profile Pictures (#18) - Upload/manage profile pictures with OIDC picture claim support:
- Self-service and admin management
- Public /userinfo/picture/{subject} endpoint
- Client-side image cropping with Cropper.js
- Server-side validation (PNG, JPEG, GIF; max 2MB; 64-2000px)
Configurable PKCE - PKCE can now be configured globally or per-client (required/optional)
Client Secret Basic Authentication - Support for client_secret_basic authentication method (Authorization header)
POST Body Access Token for Userinfo - Support for access token in POST body per OIDC 5.3.1