oidc-client-ts
                                
                                
                                
                                    oidc-client-ts copied to clipboard
                            
                            
                            
                        OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
We have our solution for the login window. To work with this library and our solution, we need to create a state without any actions, pass the state id to...
Recently, the IETF released [RFC9449](https://datatracker.ietf.org/doc/html/rfc9449), a proposed internet standard that describes a method for constraining access tokens to devices through the use of public key cryptography. The idea is for...
I've set up an auth.service.ts file with this package in a react application. After looking at a few similar issues I've managed to configure my request config and added the...
Hi all, Does anyone experience the situation that enables MonitorSession to true and always received "unchanged" status. Please correct me if i'm wrong. Here is my expectation. - The admin...
Is there a way to fetch data from the userinfo endpoint without having to refresh the tokens? AFAIU the "loadUserInfo" options loads data upon login, but there's no way to...
Any way to change the grant_type? Please help me out. Thanks in advance...!!
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.2.0. Release notes Sourced from eslint-plugin-testing-library's releases. v6.2.0 6.2.0 (2023-11-21) Features prefer-presence-queries: support react-native matcher toBeOnTheScreen (#844) (b9fef59) v6.1.2 6.1.2 (2023-11-09) Bug Fixes await-async-events: avoid...
When I try to use the signInRedirect I'm getting the error ReferenceError: window is not defined. Can you help me identify what I'm doing wrong? ``` // Create a UserManager...
I have been trying to use automatic token renew function for the id_token, but I didn't figure how I could do it with the lib. It appears I should add...
Still to improve the automatic token renew experience, I have the need to renew tokens before the session cookie expires. Would it be possible to add other events to the...