4c7f12a8 | 05-May-2016 |
Steve Nolen <technolengy@gmail.com> |
Add keycloak as identity provider |
69d9f829 | 29-Jan-2016 |
German Lena <german.lena@gmail.com> |
Added Auth0 as an Oauth2 IdP (Oauth2) |
523e6571 | 14-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the fr
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the front to handle all non-get requests and requests which are not directed at doku.php.
Also delete the cookie if the (re-)login fails.
show more ...
|
f07c7607 | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Refactor user creation |
d9818adb | 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Allow mailRestriction to multiple domains |
9683193c | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Add option for custom redirect URI
If the wiki has per default a local TLD, it may be necessary to specifies a public redirect URI for some services , e.g. Google, to work. |
d4ee65cf | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Ensure a secure eMail restriction |
5b21b630 | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Make the restriction apply to all oauth domains |
16bf2f00 | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not use hd and only check user afterwards
Add error message for denied login. |
4fe1f30f | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Add conf option to deny all but one hosted domain |
4304ef94 | 05-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Change default value from 'AllowAll' to '' |
f7ff0916 | 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Change login-button according to SingleLogin value |
a5e3cc43 | 17-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Reword Single Service Option |
081812bf | 26-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Add option to limit possible login services
As requested in issue 10, add an option to only allow a single external Service for login, while also deactivating authentication against local database. |
960ab1ee | 13-Oct-2014 |
Cyrille37 <cyrille@giquello.fr> |
French translation |
f753620f | 13-Aug-2014 |
dryoo <dryoo@live.com> |
Update lang.php |
2d4a1bc2 | 13-Aug-2014 |
dryoo <dryoo@live.com> |
Update settings.php |
aeb3f3f5 | 13-Aug-2014 |
dryoo <dryoo@live.com> |
Create settings.php
Korean language |
d76b9454 | 13-Aug-2014 |
dryoo <dryoo@live.com> |
Create lang.php
korean language file |
3b2654aa | 29-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added config data for Doorkeeper example |
26eb6013 | 29-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
show redirect URI to use in config manager |
551dc731 | 28-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
Added Yahoo! as another provider
this also adds our own storage class |
5da13533 | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
Google now works |
43972fa4 | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
no longer use auto generated conf data |
3c0138db | 26-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins with previously approved service providers.
When a user logs in for the first time, eg. the email does not exists, then the user is created and the social account is approved automatically.
show more ...
|