django-oidc-provider/oidc_provider
2016-01-19 16:05:34 -03:00
..
lib Add nonce validation for Implicit Flow. 2016-01-19 16:05:34 -03:00
management Fixed generating key in wrong folder - ignoring value of OIDC_RSA_KEY_FOLDER 2016-01-10 20:58:11 +00:00
migrations Auto-generate client_id and client_secret in the admin. 2016-01-11 16:04:04 -03:00
templates/oidc_provider Remove unnecessary tag in authorize template. 2015-03-19 14:10:30 -03:00
tests Fix #72 get_issuer() returns a wrong value 2016-01-16 11:35:26 +01:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Auto-generate client_id and client_secret in the admin. 2016-01-11 16:04:04 -03:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
models.py Auto-generate client_id and client_secret in the admin. 2016-01-11 16:04:04 -03:00
settings.py Make OIDC_IDTOKEN_SUB_GENERATOR to be lazy imported by the location of the function. 2016-01-12 15:17:22 -03:00
urls.py Allowing urls without slashes 2015-12-01 09:51:54 -05:00
views.py Replace django redirect with custom HttpResponse object. 2015-11-12 17:12:18 -03:00