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

Keycloak with its version 22.0.4 just released a fix for an [issue regarding 3rd party cookies](https://github.com/keycloak/keycloak/issues/22839). The problem is that certain oidc/oauth features require the use of cookies. In case...

enhancement
help wanted

There is a new feature in browsers called [Storage Partitioning](https://developer.chrome.com/en/docs/privacy-sandbox/storage-partitioning/) which prevents iframes in pages that rely on a login popup to authenticate. Logging into an identity provider via a...

enhancement
help wanted

Actual code examples, where one doesn't have to go to some third party "developer blog" would be nice.

question

How to call endpoint /authorize ?

This lib is awesome, but... Any plans? I'd like to use this library in my Nuxt 3 app, but there are reasons like a strict WebStorage usage (for workaround i'm...

question

Closes/fixes #1180. The functionality seems to work great on my extension, I still have to add tests (I'm going to have to implement a modified copy of `InMemoryBrowserStorage.ts` to adjust...

I'm dealing with a particular use case where I'm using oidc-client-ts in a browser extension that uses multiple content scripts in different domains. Currently, `oidc-client-ts` is limited to use the...

Hi! I get this error after `signinSilent`. The `auth_time` sames ok. Any idea why this error is thrown? `Error: auth_time in id_token does not match original auth_time` Best regards

question

**Question**: Is it possible to refocus a signinPopup window without reloading the window's content? I am currently using the signinPopup as follows: ```js const result = await manager.signinPopup({ popupWindowTarget: 'CustomWindowName',...

question

How can one configure "client_secret" without exposing it to the browser? As I understand I need a "window" to call `signinRedirect` and `signinCallback` methods. Thank you.

question