Skip to main content

Angular

angular logoAngular is a popular JavaScript framework for building single-page applications (SPAs) that is known for its two-way data binding, dependency injection, and modular architecture. Integrate authentication to your Angular application easily by using the zitadel-angular Example.

Resources​

Angular SDK​

ZITADEL does not provide an Angular specific SDK. But you can integrate ZITADEL to your application by using any OIDC Library such as angular-oauth2-oidc.

Check out our Example Application

Example Application​

The zitadel-angular repository includes an Example Application ready to start and show how an Angular application looks like with integrated ZITADEL Login.

What does the Example include:

  • Home Page with Login Button
  • Authenticating user with OIDC PKCE Flow
  • Private Page: Shows user information of authenticated user, only accessible after login
  • Logout

Step-By-Step Guide​

The Step-By-Step Guide leads you through the whole process from configuring the right application in ZITADEL to a ready application with integrated Login.

After completing the Step-By-Step Guide you will have:

  1. Example Web Application with integrated ZITADEL Login
  2. Example page accessible by authenticated user showing retrieved user information
  3. Logout
  4. Correct setup for your application in ZITADEL

App in console