Giter Site home page Giter Site logo

Comments (4)

soofstad avatar soofstad commented on August 13, 2024 1

Nevermind, with a bit more digging I found this; https://datatracker.ietf.org/doc/html/rfc7009#section-2.1

Which should be considered the only answer on how the revoke/logout feature should be handled.

from react-oauth2-pkce.

soofstad avatar soofstad commented on August 13, 2024

Hi, thanks for reporting this bug. I will have a look at it as soon as I got some time on my hands.

Could you provide which URL(logout url) and auth provider you are experiencing this with?

from react-oauth2-pkce.

rferreira98 avatar rferreira98 commented on August 13, 2024

Hi there 👋

It's a custom auth provider. I noticed the logoutRedirect is never used in your source code.
I'm using a not so good workaround which is basicly redirecting the user to the logout url after logging out.

from react-oauth2-pkce.

soofstad avatar soofstad commented on August 13, 2024

Thanks, yes I saw that as well 😐

Will add that ASAP. Just to make sure. Your custom auth provider expects a POST request with the AUTHENTICATION header and no body right?

This has been postponed as it's not described in the OAuth2 spec, but many providers support this features. The problem is they might expect many different request.

Ether way, Keycloak expects this;

Headers

{
 "Authorization" : "Bearer <access_token>",
 "Content-Type" : "application/x-www-form-urlencoded"
}

Body

{
    "client_id" : "<client_id>",
    "refresh_token" : "<refresh_token>"
}

Method

POST

Which I think can be considered a somewhat unofficial standard

from react-oauth2-pkce.

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.