Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

oidc / ckanext / ozwillo_pyoidc @ c4dcef5d

# Date Author Comment
c4dcef5d 05 March 2015 10:58 AM Serghei Mihai

using direct redirect method to avoid handling localized urls

f1d53ae8 05 March 2015 10:58 AM Serghei Mihai

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

1c8b9fc4 05 March 2015 10:58 AM Serghei Mihai

logout user only on POST request

Let the user confirm the logout via a form

a893339e 24 February 2015 04:58 PM Serghei Mihai

acr values emptied as not supported(for the moment)

cfeed898 24 February 2015 04:58 PM Serghei Mihai

useless scope removed

b013655e 24 February 2015 04:58 PM Serghei Mihai

ckan locale updated depending user preferred language on ozwillo

b87c1c93 24 February 2015 04:55 PM Serghei Mihai

after logout redirection to organization page handled properly

8a7afbab 19 February 2015 05:47 PM Serghei Mihai

username not updated on user login because not unique on IdP

84922cdf 19 February 2015 05:47 PM Serghei Mihai

redirect to organization page after logout (#6558)

aac36ffc 19 February 2015 05:47 PM Serghei Mihai

nonce enable on authentication request (#6556)

aec1dadb 18 February 2015 10:46 AM Serghei Mihai

client registration params reading handled

cdd21e6f 18 February 2015 10:39 AM Serghei Mihai

sso and slo redirect url contain the name instead of id

cdadd39b 18 February 2015 10:06 AM Serghei Mihai

storing client's id and secret in Client obj

7400c5df 17 February 2015 07:13 PM Serghei Mihai

logging out the user

e7b8bf5b 10 February 2015 02:02 PM Serghei Mihai

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

b699aa44 10 February 2015 02:02 PM Serghei Mihai

OIDC client computed for each organization

880b5def 10 February 2015 11:13 AM Serghei Mihai

logout_url casted to string

b71e8531 10 February 2015 11:07 AM Serghei Mihai

Client building refactored

1f01e54b 10 February 2015 12:33 AM Serghei Mihai

retreive user info via 'Bearer' authorization

1ae62674 10 February 2015 12:33 AM Serghei Mihai

user logging out

a5f39ab1 09 February 2015 05:17 PM Serghei Mihai

retreiving user, update its infos, log in

ea32df70 05 February 2015 04:59 PM Serghei Mihai

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

c8204b73 04 February 2015 03:36 PM Serghei Mihai

login function redirecting to idp and callback view added

b169c797 23 January 2015 10:34 AM Serghei Mihai

initial commit with plugin structure