Projet

Général

Profil

Statistiques
| Branche: | Tag: | Révision:

oidc / ckanext @ 856c858c

# Date Auteur Commentaire
856c858c 05 mars 2015 10:58 Serghei Mihai

country code check in locale (#6610)

6388360c 05 mars 2015 10:58 Serghei Mihai

checking the 'state' parameter issued by idp

838dc9f3 05 mars 2015 10:58 Serghei Mihai

if no access_token for current client, redo sso

528cd65d 05 mars 2015 10:58 Serghei Mihai

cleanup cookies on logout

25877dab 05 mars 2015 10:58 Serghei Mihai

do not localize sso url

c4dcef5d 05 mars 2015 10:58 Serghei Mihai

using direct redirect method to avoid handling localized urls

f1d53ae8 05 mars 2015 10:58 Serghei Mihai

on authentication set cookie secure and http only (#6554)

1c8b9fc4 05 mars 2015 10:58 Serghei Mihai

logout user only on POST request

Let the user confirm the logout via a form

a893339e 24 février 2015 16:58 Serghei Mihai

acr values emptied as not supported(for the moment)

cfeed898 24 février 2015 16:58 Serghei Mihai

useless scope removed

b013655e 24 février 2015 16:58 Serghei Mihai

ckan locale updated depending user preferred language on ozwillo

b87c1c93 24 février 2015 16:55 Serghei Mihai

after logout redirection to organization page handled properly

8a7afbab 19 février 2015 17:47 Serghei Mihai

username not updated on user login because not unique on IdP

84922cdf 19 février 2015 17:47 Serghei Mihai

redirect to organization page after logout (#6558)

aac36ffc 19 février 2015 17:47 Serghei Mihai

nonce enable on authentication request (#6556)

aec1dadb 18 février 2015 10:46 Serghei Mihai

client registration params reading handled

cdd21e6f 18 février 2015 10:39 Serghei Mihai

sso and slo redirect url contain the name instead of id

cdadd39b 18 février 2015 10:06 Serghei Mihai

storing client's id and secret in Client obj

7400c5df 17 février 2015 19:13 Serghei Mihai

logging out the user

e7b8bf5b 10 février 2015 14:02 Serghei Mihai

Retreving user by 'sub' attribute which represents the user_id.
User name updated from received 'nickname' attribute

b699aa44 10 février 2015 14:02 Serghei Mihai

OIDC client computed for each organization

880b5def 10 février 2015 11:13 Serghei Mihai

logout_url casted to string

b71e8531 10 février 2015 11:07 Serghei Mihai

Client building refactored

1f01e54b 10 février 2015 00:33 Serghei Mihai

retreive user info via 'Bearer' authorization

1ae62674 10 février 2015 00:33 Serghei Mihai

user logging out

a5f39ab1 09 février 2015 17:17 Serghei Mihai

retreiving user, update its infos, log in

ea32df70 05 février 2015 16:59 Serghei Mihai

email scope added. Organization dependent params emptied because filled during
authentication process

c8204b73 04 février 2015 15:36 Serghei Mihai

login function redirecting to idp and callback view added

b169c797 23 janvier 2015 10:34 Serghei Mihai

initial commit with plugin structure