question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEAT] Add possibility to customize Authenticating component for oidc-redux as in oidc-context

See original GitHub issue

Issue and Steps to Reproduce

Currently react-oidc-redux only allow to customize 4 components:

notAuthenticated: PropTypes.elementType, notAuthorized: PropTypes.elementType, callbackComponentOverride: PropTypes.elementType, sessionLostComponent: PropTypes.elementType,

and not Authenticating component as in oidc-context

Versions

Latest

Screenshots

Expected

Add authenticating props to Oidc or OidcSecure Component

Actual

Additional Details

  • Installed packages:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
guillaumechervetaxacommented, May 23, 2020

yes, go on 😃

1reaction
vivo87commented, May 22, 2020

it’s relatively simple to add a prop to OidcSecure component. If the owner is ok i think i can make a PR after my holidays if no one is available in the meantime 😛

Read more comments on GitHub >

github_iconTop Results From Across the Web

maxmantz/redux-oidc: A package for managing ... - GitHub
A package for managing OpenID-Connect authentication in ReactJS / Redux apps. It wraps the popular oidc-client library to redux actions and reducers.
Read more >
react-oidc-context - npm
This library implements an auth context provider by making use of the oidc-client-ts library. Its configuration is tight coupled to that library ...
Read more >
How To Implement OIDC Authentication with React Context ...
In this class we are going to create the methods to manage the user authentication and authorization flow.
Read more >
OpenID Connect SSO in React-Redux app - Stack Overflow
redux -auth-wrapper is just a HOC (High Order Component) - basically a wrapper to check if the user is authenticated (either in the...
Read more >
How to Implement OIDC Authentication and Authorization with ...
js Single Page Application without using Redux (there's absolutely no need for it). I'll be using Visual Studio 2017 Community with ASP.NET Core ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found