GithubHelp home page GithubHelp logo

Comments (4)

ottokruse avatar ottokruse commented on July 19, 2024

Mmm.... that makes no sense to me. Is this when the nonce mismatch occurs?

Are you using federation with you Cognito user pool? If so, have a read of this #32 and #21 they explain why we added base64 encoding of state.

Was this an incidental error? How often does this happen?

from cloudfront-authorization-at-edge.

alexantom avatar alexantom commented on July 19, 2024

@ottokruse this happened only twice or so, couldn't reproduce the issue again. Let me take a look into the issue mentioned

from cloudfront-authorization-at-edge.

ottokruse avatar ottokruse commented on July 19, 2024

Believe this was caused by the + / and = characters that can be present in base64 encoded strings.

We URI encoded these to be able to put them in the URL state query param, that should be returned to us by Cognito unaltered after sign-in. However, together with another user I was able to uncover that Cognito URL decodes the state query param on the way back. Our code did not expect that.

Implemented a work around in #47 that should prevent any unexpected URI component decoding.

Not 100% sure that this solves your issue, the state param you mention contains a space character, which I cannot explain - copy-paste typo?

Closing this issue for now. Please report back if this issue persists

from cloudfront-authorization-at-edge.

alexantom avatar alexantom commented on July 19, 2024

Thanks @ottokruse for the details, will take a look

from cloudfront-authorization-at-edge.

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.