oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

Results 178 oidc-client-ts issues
Sort by recently updated
recently updated
newest added

Hi, When I change the scope after login with signinRedirect(). like this: ``` useEffect(()=>{ if(auth.isAuthenticated && !auth.isLoading){ signinRedirect({ redirect_uri: xxx, scope: scope }) } },[auth,scope]) ``` However, after change the...

question

A low security issue is raised by the library. **Description** A function call could result in a log forging attack. Writing untrusted data into a log file allows an attacker...

Dear, When I use method "UserManager.SigninRedirectCallback" to use code get token, it's catch an Error, is "Expected code in response". The first img is Debug Params, ![Debug](https://github.com/authts/oidc-client-ts/assets/22854199/321c8ae8-62d5-438b-a088-fcc80d11c043) The Second img...

question

Apologies in advance if this has been answered before, I've had a good look through the existing docs/issues/prs but may have missed something! Does the library expose any of the...

question

Hi, Is there a recommended setup for content security management when using oidc-client-ts? Since converting my app from oidc-client to oidc-client-ts, I've had issues with my token becoming invalid. I...

question

The following allows frontend client to enter login page easily `userManager.signinRedirect({ prompt: 'login', state: {} });` Is there any way for user to sign up/register a new user directly?

question
Keycloak Identity

hi,I am using the latest version of oidc-client.ts, when trying to login and get the token, it prompts me an error: "No state in response". Could you please advise how...

question

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I have users that get claims added to their account after they upgrade, but the call to userManager.getUser() seems to only contain their cached original claims. How do I get...

enhancement

Hello, I have a working setup of `oidc-client-ts`, but getting this annoying error. ``` [UserManager] getUser: user loaded ​ [UserManager] signinSilentCallback: success ​ [UserManager] getUser: user loaded ​ [JsonService] getJson:...

help wanted
question