Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / oa2 @ 09817be8

Name Size
  backends
  management
  migrations
  tests
__init__.py 0 Bytes
models.py 5.9 kB
services.py 1.8 kB
settings.py 967 Bytes
urls.py 2.2 kB
util.py 0 Bytes
views.py 249 Bytes

Latest revisions

# Date Author Comment
09817be8 02/10/2014 06:57 pm Sofia Papagiannaki

astakos oa2: Fix further unicode issues

83cfc13b 02/04/2014 12:13 pm Sofia Papagiannaki

astakos: pep8 fixes

84ffc6a8 02/04/2014 12:12 pm Sofia Papagiannaki

astakos: Remove dependency on urltools.

96b58530 02/03/2014 06:25 pm Sofia Papagiannaki

astakos oa2: Early failure in case of conflicting client information.

Catch earlier requests containing conflicting client identification
(client_id) and client authorization (authorization header).

0a3ff8a6 02/03/2014 06:25 pm Sofia Papagiannaki

astakos oa2: Handle unicode query parameters in the redirection endpoint

68122bae 01/22/2014 06:41 pm Sofia Papagiannaki

astakos oa2: Fix request authorisation code failures due to unicode issue

If the object to be urlencoded has its own urlencode() method,
use this instead.

Refs: #4971

c985de5c 01/15/2014 12:13 pm Sofia Papagiannaki

astakos oa2: Improve tests

cb618cc0 01/14/2014 05:46 pm Sofia Papagiannaki

astakos oa2: Restrict redirect URI length during client registration.

Apply the check in the oauth2-client-add snf-manage command.

Refs: #4804

b806a15a 01/09/2014 01:09 pm Sofia Papagiannaki

astakos oa2: Set a redirect URI length limit.

This limit is configurable and is applied in the api level.

Refs: #4804

ed9223c7 12/20/2013 07:17 pm Sofia Papagiannaki

astakos oa2: Handle failures due to too long redirect urls

Change database field to TextField in order to avoid restrictions on the
redirect url lengths
Update tests

This fix introduces a database migration of the oa2 app

Refs: #4804

View revisions

Also available in: Atom