Giter Site home page Giter Site logo

Comments (4)

bshaffer avatar bshaffer commented on September 23, 2024

I agree with 2, but am on the fence about 1. Does the spec mention exact matches anywhere? We can supply a config flag to enforce exact matches, but use cases exist where fuzzy matching is safe and desirable.

from oauth2-server-php.

bojanz avatar bojanz commented on September 23, 2024

The relevant part of the spec is http://tools.ietf.org/html/rfc6749#section-3.1.2

The authorization server SHOULD require the client to provide the
complete redirection URI (the client MAY use the "state" request
parameter to achieve per-request customization). If requiring the
registration of the complete redirection URI is not possible, the
authorization server SHOULD require the registration of the URI
scheme, authority, and path (allowing the client to dynamically vary
only the query component of the redirection URI when requesting
authorization).
The authorization server MAY allow the client to register multiple
redirection endpoints.

http://tools.ietf.org/html/rfc6749#section-10.15 says

In addition, if the authorization server allows the client to register only part of the
redirection URI, an attacker can use an open redirector operated by
the client to construct a redirection URI that will pass the
authorization server validation but will send the authorization code
or access token to an endpoint under the control of the attacker.

So, maybe a flag that's on by default? Dunno

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

Thank you! Yes, that is certainly sufficient to make exact matching the default.

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

These changes have been made. @bojanz please review and reopen if you see something missing

from oauth2-server-php.

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.