History log of /plugin/oauth/conf/default.php (Results 1 – 21 of 21)
Revision Date Author Comments
# fe49fd82 01-Sep-2025 Andreas Gohr <gohr@cosmocode.de>

option to enforce oauth for some users


# 290e9b1f 05-Mar-2024 Andreas Gohr <andi@splitbrain.org>

automatic style fixes and new workflows


# ad56356c 24-Mar-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Smarter merge of user groups


# c7021104 05-Dec-2021 Andreas Gohr <andi@splitbrain.org>

make tests happy about our info config entry


# 98a36116 30-Jul-2020 Andreas Gohr <andi@splitbrain.org>

initial begin of refactoring

using composer for the oauth lib dependency, autoloading for our own
classes. Services are now their own action plugins to inherit from our
Service class.

All still unt

initial begin of refactoring

using composer for the oauth lib dependency, autoloading for our own
classes. Services are now their own action plugins to inherit from our
Service class.

All still untested and broken

show more ...


# d313403c 31-Jan-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Enable login when self-registration is disabled


# d0100621 28-Jun-2016 Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no>

Added dataporten to conf


# 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)


# 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.


# 5b21b630 05-Oct-2015 Michael Große <grosse@cosmocode.de>

Make the restriction apply to all oauth domains


# 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 ''


# 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.


# 3b2654aa 29-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

added config data for Doorkeeper example


# 82e1aa19 29-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

fixed copy'n'paste error. Thanks @Klap-In


# 551dc731 28-Jul-2014 Andreas Gohr <andi@splitbrain.org>

Added Yahoo! as another provider

this also adds our own storage class


# 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 ...


# dfbdd519 23-Jul-2014 Andreas Gohr <andi@splitbrain.org>

first go at config data


# 80852c15 22-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

initial wizard generated checkin