Skip to main content

OIDC Client for JavaScript

Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications. Also included is support for user session and access token management.

IDoidc-client-ts
Version2.4.0
Sourcemodules/oidc-client-ts

Dependencies

Used by

Documentation

OIDC Auth for the User module

oidc-client-ts based module for authentication againts OIDC service. Performs automated login and token refresh capabilities. Intercepts network traffic and attaches the JWT token to requests (configurable).

The module works automatically - just configure it and enable it. Based on the priority, it logs-in a user (if not logged in yet) on the application startup, and manages automated token retrieval.