History log of /plugin/oauthgeneric/lang/en/settings.php (Results 1 – 4 of 4)
Revision Date Author Comments
# ad7ba96d 02-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

add support for session logout at IdP

When a logout URL is configured, the user is redirected to that URL
after logout. We provide all the data suggested by OIDC, so if this is a
proper end_session_

add support for session logout at IdP

When a logout URL is configured, the user is redirected to that URL
after logout. We provide all the data suggested by OIDC, so if this is a
proper end_session_endpoint the user will be logged out at the IdP and
be redirected to the wiki.

When your IdP configures redirect URIs separately for authentication and
logout, be sure to configure the same redirect URI for both.

show more ...


# 51298b29 21-Mar-2023 Pietro Saccardi <lizardm4@gmail.com>

Toggle state parm depending on config parm


# 15ad78b1 13-Feb-2022 David 'ilicz' Klementa <ilicz@inmail.cz>

Fix incorrect JSON fields descriptions


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

initial checkin