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 217 oidc-client-ts issues
Sort by recently updated
recently updated
newest added

import { UserManager, UserManagerSettings, WebStorageStateStore } from "oidc-client-ts"; import { appConfig } from "./appConfig"; const ums: UserManagerSettings = { userStore: new WebStorageStateStore({ store: window.localStorage }), authority: appConfig.eamConfig?.authority!, redirect_uri: appConfig.eamConfig?.successRedirectUri ||...

question

When an authorization server doesn't include a refresh token, this library wreaks havoc and request a new token every nanosecond or something like this for no reason

help wanted

My application is based on Cordova cross platform desktop app which supports windows and ios platforms my past team members configured Oauth in pkce flow using this library but the...

question

How can I either hide the UserProfile in storage since it is displaying in plain text and I have role claims in the idToken and I don't want the idtoken...

question

Is there any future plan to support Continuous access evaluation in this library? Microsoft starts to rollout support for this. See: https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-continuous-access-evaluation https://learn.microsoft.com/en-us/security/zero-trust/develop/secure-with-cae

question

The documentation, if you can call it that, is very spartan. For Angular, there's a `src/silent-callback.html`, react is a completely different beast with their wrapped components. For Vue or rather...

question

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 7.9.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 7.15.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.15.0 7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case (#8752) eslint-plugin: back-port new rules around empty object...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies