oidc-client-ts
oidc-client-ts copied to clipboard
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Our identity provider are returning some custom claims ('uid' and 'groups'), with the old library (oidc-client-js) we could access them with "user.profile.uid" and "user.profile.groups". Is this possible now with this...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.29.0 to 5.33.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Hello, I'm working with ADFS and a react application, my back-end is doing the proxy between both by exposing login and logout urls. I had the scope id_token_hint in my...
Hi team, I am getting the following error. access to fetch at '/as/token.oauth2' from origin '' has been blocked by cors policy: no 'access-control-allow-origin' header is present on the requested...
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Hi team, I am this library for oauth2.0 implementation . It has been observed that, some times it is making two successive calls to token -end point in silent renewal...
Hi all! I'm adapting a testing suite from one framework to another. One of the major reasons for this switch was the fact that the new framework supports the use...
Hello, I have an issue with an idle timeout. Is there a way to detect a moment when the user is inactive for X minutes? I want to show him...
Hello, I am using oidc-client-ts v2.0.5 in my front-end application for getting access tokens. The issue I have is that on silent renew flow, the cookie is not send to...