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

![image](https://github.com/bjerkio/oidc-react/assets/103938534/74b11844-ba90-490b-8016-efa18c700fb0)

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

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 5.0.12. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Hey all, I'm trying to access my API that is protected by azure using the access token I received after a successful log using oidc-react. It looks like the issue...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v2` -> `v3` | ---...

- I want to logout and login as another user. I can login, logout, but i login automatically(without open id login page) and i can't enter another user credentials. -...

I cannot find any error handling props in the AuthProvider class, the scenario is after I got redirected back from and there are an issue in the third party sign...

My app only requires authentication in certain contexts, but if oidc configuration is omitted from the AuthProvider, I get the error "No authority or metadataUrl configured on settings". I can't...