django-oidc-provider/oidc_provider/lib/utils
Jan Brauer 1215c27d7e Redirect URIs must match exactly. (#191)
* Test redirect_uri construction

This was a test marked as TODO.

* Remove duplicate test

* Add tests to exactly match redirect URIs

* Redirect URIs must match exactly.

To quote from the specification at
http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest:

Redirection URI to which the response will be sent. This URI MUST
exactly match one of the Redirection URI values for the Client
pre-registered at the OpenID Provider, with the matching performed as
described in Section 6.2.1 of [RFC3986] (Simple String Comparison).
2017-07-07 09:07:21 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
common.py Redirect URIs must match exactly. (#191) 2017-07-07 09:07:21 +02:00
oauth2.py Changed logging from error to debug 2016-03-17 14:31:41 -04:00
token.py utils.token: Use time.time to generate the timestamps 2016-12-07 14:22:20 +02:00