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

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

I'm getting a validation error with a response from a plain OAuth2 (non-OIDC) AS. The request_type is "code" and I have the "openid" scope included. Line 43 of ResponseValidator is...

question

This is a first cut aimed at adding `DPoP` nonce support. I initially removed this feature in the original [PR](https://github.com/authts/oidc-client-ts/pull/1461) and this is a follow up. This is very experimental...

I use the following to get the loading state during the `auth.signInRedirect` call. ```ts const auth = useAuth() const loadingText = useMemo(() => { switch (auth.activeNavigator) { case 'signinRedirect': case...

The OAuth2.1 spec does not require but strongly recommends asymmetric client authentication methods like "private_key_jwt" ([source](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-01#name-client-authentication)). In your documentation for your OidcMetadata interface you even hint towards the support of...

Hello! I try to connect Keycloak with my WebApplication. My Goal is to use oidc-client.ts for web and (capacitor) app and also to make this here available for inspiration (copy&paste)...

question
Keycloak Identity
Capacitor

I am currently working on a Vue WebApp (+ Capacitor) and would like to develop in the private network, but I always get the following error message: "Crypto.subtle is available...

question

I've created an IdP/sso server using OpenIddict, and I'm integrating the login mechanism into my React site. I'm stuck on this problem and I can use some advice. `[JwtUtils.decode] InvalidTokenError:...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 8.3.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.3.0 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule (#9783) typescript-estree: replace globby w/ fast-glob (#9518) typescript-estree: reload...

dependencies

We have a running application with oidc-client-ts version 2.4.0. We are using `automaticSilentRenew: true`, `accessTokenExpiringNotificationTimeInSeconds: 60` and have registered a callback via `addAccessTokenExpiring` for logging purposes. **We did a test-update...

question