Brice Gelineau
|
975eb0163f
|
Fix timestamps computing in tokens
The timestamp of timezone-aware datetimes was offset by the value of their timezone.
|
2016-11-30 15:23:11 +01:00 |
|
Ignacio Fiorentino
|
e458542be2
|
Fix urls and names.
|
2016-11-01 12:15:48 -03:00 |
|
Ignacio Fiorentino
|
2cedde5e3f
|
Remove spaces.
|
2016-10-11 13:18:06 -03:00 |
|
Wojciech Bartosiak
|
59312bf811
|
redirect URI clean up moved to utils module
|
2016-10-04 19:32:54 +02:00 |
|
yasserisa
|
1c3bd7579b
|
FIX id_token, field iss set to type str
|
2016-09-21 10:20:03 -03:00 |
|
Ignacio Fiorentino
|
dc9ec1863e
|
Change setting OIDC_USERINFO.
|
2016-07-07 12:50:27 -03:00 |
|
Si Feng
|
be5656bcf4
|
Make SITE_URL optional.
|
2016-05-25 14:58:58 -07:00 |
|
Ignacio
|
a4d5f89536
|
Merge branch 'v0.2.x' of https://github.com/juanifioren/django-oidc-provider into v0.3.x
Conflicts:
oidc_provider/lib/utils/common.py
oidc_provider/lib/utils/token.py
|
2016-02-25 10:10:07 -03:00 |
|
Ilya
|
49e19e7493
|
ID_TOKEN_PROCESSING_HOOK gets user argument
|
2016-02-25 09:46:10 +00:00 |
|
Wojciech Bartosiak
|
eb7686abba
|
added 'user' into default_idtoken_processing_hook
|
2016-02-17 22:23:10 +00:00 |
|
juanifioren
|
782befd6ec
|
Rename setting.
|
2016-02-12 14:51:43 -03:00 |
|
Wojciech Bartosiak
|
7a357001b6
|
Added OIDC_ID_TOKEN_PROCESSING_HOOK functionality
|
2016-02-12 16:02:35 +00:00 |
|
juanifioren
|
998ea5fcd1
|
Implementation of RSA Keys using Models. Also providing DOC.
|
2016-01-25 17:52:24 -03:00 |
|
juanifioren
|
73ece1bf64
|
Make OIDC_AFTER_USERLOGIN_HOOK to be lazy imported by string.
|
2016-01-19 17:37:32 -03:00 |
|
Pablo SEMINARIO
|
9204c478ed
|
Fix #72 get_issuer() returns a wrong value
|
2016-01-16 11:35:26 +01:00 |
|
juanifioren
|
ccd9836edb
|
Make OIDC_IDTOKEN_SUB_GENERATOR to be lazy imported by the location of the function.
|
2016-01-12 15:17:22 -03:00 |
|
juanifioren
|
8b0d869f7b
|
Replace django redirect with custom HttpResponse object.
|
2015-11-12 17:12:18 -03:00 |
|
juanifioren
|
5020ccde80
|
Add custom user info model feature.
|
2015-08-11 15:58:52 -03:00 |
|
juanifioren
|
1736d7b7ae
|
Add IOError custom message when rsa key file is missing.
|
2015-07-14 15:01:01 -03:00 |
|
juanifioren
|
fa7d64c04b
|
Add OIDC_RSA_KEY_FOLDER to settings.
|
2015-07-14 13:01:29 -03:00 |
|
juanifioren
|
f7e8fa460c
|
Create get_rsa_key function to obtain the key from filesystem.
|
2015-07-13 17:36:15 -03:00 |
|
juanifioren
|
3ad316cdca
|
Add Provider Configuration Information endpoint.
|
2015-03-04 16:24:41 -03:00 |
|