Skip to content

Part 3: Running an OIDC Angular App to test Keycloak Authorization Feature

Prerequisties to run this sample

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

Reference

Published inKeycloakOIDC

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *