Giter Site home page Giter Site logo

Comments (6)

eloekset avatar eloekset commented on September 27, 2024

I'm still struggling creating an app from this sample. How about creating a branch to demonstrate how to implement this for React 16? Related question: https://www.reddit.com/r/reactjs/comments/7bo3j0/react_v16_with_redux_oidc_and_router/

from redux-oidc-example.

AnthonyCrowcroft avatar AnthonyCrowcroft commented on September 27, 2024

having a similar issue the blocker I'm having issues with is that after the callback it is changing the url but not rerendering

from redux-oidc-example.

AnthonyCrowcroft avatar AnthonyCrowcroft commented on September 27, 2024

@maxmantz what is the expected manner in which we allow OIDC to log users out when there session has failed to renew or they sign out... trying to get this working with connected-react-router, react-router-dom, react-router, redux, react-redux and this seems to be my last hang up if i can get this ressolved happy to make a pull request with an updated example.

from redux-oidc-example.

eloekset avatar eloekset commented on September 27, 2024

I'm now taking up my pet project again, and revisited this issue after doing some recap. Have you found a way around this issue, @AnthonyCrowcroft?

from redux-oidc-example.

maxmantz avatar maxmantz commented on September 27, 2024

The choice of routing library is secondary to the problem faced when implementing this library.

The steps needed to successfully implement OIDC with this libary are as follows:

  • register a route (e.g. /callback) with the router to allow the reception of the token to your app,
  • optional but strongly recommended: generate a second HTML file for the silent renewal of tokens

I understand that the process of implementing this can be tricky, especially when dealing with different routing libraries or different versions of the same library. I will happily accept a PR for the example app which demonstrates using react-router-dom. I will also happily link to any examples repos you guys can give me regarding this.

from redux-oidc-example.

anandyadavalli avatar anandyadavalli commented on September 27, 2024

I implemented the logic suggested in the sample app and also registered the callback path with the router but i keep on getting the following error during callback:

HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.

Module | StaticFileModule
ExecuteRequestHandler
StaticFile

Requested URL | https://localhost:5001/index.html

Anyone have any ideas on how to fix this issue?

from redux-oidc-example.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.