Minimal Angular app demonstrating OIDC login with PKCE using angular-auth-oidc-client.
- Copy
src/environments/environment.example.tstosrc/environments/environment.tsand fill in your SecureAuth values yarn installyarn start- Open https://localhost:4250 (accept the self-signed certificate warning)
- OIDC configuration with Authorization Code + PKCE flow
- Login and logout redirects via SecureAuth
- Displaying authenticated user information
- Error handling with OAuth error hints