Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/www/wordpress/wp-includes/functions.php on line 6131

Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/www/wordpress/wp-includes/functions.php on line 6131
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