oidc-client-ts
oidc-client-ts copied to clipboard
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.2.2. Release notes Sourced from eslint-plugin-testing-library's releases. v6.2.2 6.2.2 (2024-04-15) Bug Fixes await-async-events: false positives for userEvent.setup() returned (#895) (fb32c5c) v6.2.1 6.2.1 (2024-04-12) Bug Fixes...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
The method name of sign**i**nRedirect of the UserManager is not camelCase. Shall I fix it myself and pull request or do you want to do it? :) Kind regards, Daniel
Hello, I know this package is wonderful. But I think if this package support react-native it will be better. React native is not support Localstorage. Thanks
I'm using **`signinPopup`** to sign in with the **AzureAD** external identity provider and encounter an issue specifically on **Firefox** browsers. Upon successful login (after the popup window successfully redirects to...
Here is my cases - signout silent Salesforce IdP logout load via iframe - Salesforce automatically redirects to https://www.salesforce.com/ap/?ir=1, resulting in a response header of X-Frame-Options: SAMEORIGIN. This prevents the...
Hi team. Thank for your library. I'm using your lib in my project. I have issue with refeshToken. After user login, following error occurred twice in the web browser console:...
I'm getting an error saying that the scopes are invalid, but I think the problem is the encoding UserManager: `const userManager = new UserManager({ client_id: import.meta.env.VITE_CLIENT_ID, authority: import.meta.env.VITE__AUTH, redirect_uri: import.meta.env.VITE_REDIRECT_URL,...
I am currently switching to the Authorization Code Grant with PKCE, but when I try calling the signinCallback() method after the redirect, I get the following error: "Error: A client_secret...