Prerequisties to run this sample
- Keycloak server is running on Port 8280 and RBAC realms was sucessfully imported
- Quarkus Application server was started with:
- # mvn compile quarkus:dev
- For Detail read: https://www.helikube.de/keycloak-authorization-service-rbac/
- This Code is tested with Angular 13.2
- Access Application at: http://localhost:4200/
Clone, prepare and start Angular OIDC Application
# git clone https://github.com/hhutzler/angular-oidc-authorization-sample
# cd angular-oidc-authorization-sample
# npm install
# ng serve
Features used in this sample
- angular-auth-oidc-client 13.1 library
- Uses Keycloak Fine-grained Authorization Feature
- Implements Autologin Feature from angular-auth-oidc-client 13.1
- Implements AuthInterceptor from angular-auth-oidc-client 13.1
- Implements Refresh Tokens frpm angular-auth-oidc-client 13.1
Related articles
Reference
Be First to Comment