oidc-react icon indicating copy to clipboard operation
oidc-react copied to clipboard

React component to provide OpenID Connect and OAuth2 protocol support. 🌳

Results 67 oidc-react issues
Sort by recently updated
recently updated
newest added

I need to get the `authority` from a request to `/settings` Here's how I'm getting the settings. ``` import { Context, createContext, useContext, useEffect, useState } from "react"; export class...

Is there a way to get the latest user data without having to sign out the user? I am changing the user data with an API from the oauth provider.

Hi, I've used oidc-react in my project. As You can see I've wrapped my router with AuthProvider. (I am using react-router and new available API - createBrowserRouter) ` ` I...

I am implementing oidc-react in my typescript react app using the ChakraUI component Lib. I am trying to Auth with Azure AD, it successfully redirects the user back to the...

kind/bug

Hi. I don't understant how i can return user to original url. Example i open /profile, then in navbar press login -> redirect to identity -> authentificate -> redirect to...

If I run the following code when the identity server is running it functions as expected; I am asked to login when attempting to access the protected dashboard route. However,...

kind/bug
impact/usability

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | [`^14.1.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.1.0/16.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...