oidc-client-js
oidc-client-js copied to clipboard
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Bundle size
Bundle size is an issue here, part of it should be due to jsrsasign. We can take a look at the approach you can read here: https://github.com/damienbod/angular-auth-oidc-client/issues/26
Hi, **Setup**: We are using a code flow with pkce which puts refresh_tokens directly in the front-end. Using this setup oidc-client-js will attempt to get a new access_token based on...
We recently pulled in this library as a means to integrate OAuth2/OIDC clients with our own OIDC provider. We’ve greatly enjoyed all that this library has to offer, and the...
This allows silent renew to stay as a feature, but the UI dev can add simple check for user activity/presence.
Usefull method createSignoutRequest is not explicit into docs
After I load the user, I go to PolicyServer and gather its policies. I want to store this locally along with my tokens and all that and get it from...
Add module key to allow tools capable of reading ES6 modules to use the ES6 version of the package.
https://github.com/IdentityModel/oidc-client-js/issues/442
In Timer.js we can see a fixed timer duration of 5 seconds that is used in a serInterval. It seems this is used to fire events (token is about to...
It's looking for response_type='id_token', which is now incorrect w/ code+pkce.