History log of /plugin/oauthgeneric/action.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 ...


# 420dfed2 21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

allow to use dot notation on individual group members


# 7c8a6248 24-Sep-2023 Moon Sungjoon <sumoon@seoulsaram.org>

action.php: Fix wrong variable assignments


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

initial checkin