History log of /plugin/oauth/conf/metadata.php (Results 1 – 23 of 23)
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


# 3e5be593 03-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Re-Added custom metadata class for redirect info

replaces #95


# 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


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

Update metadata.php


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


# 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


# 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


# 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


# 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