History log of /plugin/oauthgeneric/ (Results 1 – 16 of 16)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b5a5653906-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

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

d1e3deab21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

420dfed221-Mar-2024 Andreas Gohr <andi@splitbrain.org>

allow to use dot notation on individual group members

bf300a6c13-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

7c8a624824-Sep-2023 Moon Sungjoon <sumoon@seoulsaram.org>

action.php: Fix wrong variable assignments

602a0fb621-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

82cf301d21-Mar-2023 Hana Matušková <hannamatuskova@gmail.com>

Localize new setting in Czech

51298b2921-Mar-2023 Pietro Saccardi <lizardm4@gmail.com>

Toggle state parm depending on config parm

d13c9ae120-Mar-2023 Pietro Saccardi <lizardm4@gmail.com>

Handle the state parameter in callback URL.

This fixes login with certain providers, e.g. Authentik,
that trigger the message
"OAuth: State not found in session, are you sure you stored it?"

This c

Handle the state parameter in callback URL.

This fixes login with certain providers, e.g. Authentik,
that trigger the message
"OAuth: State not found in session, are you sure you stored it?"

This closes #6.

show more ...

fde2b1b715-Feb-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

68ca9c8113-Feb-2022 David 'ilicz' Klementa <ilicz@inmail.cz>

Add cs localization

15ad78b113-Feb-2022 David 'ilicz' Klementa <ilicz@inmail.cz>

Fix incorrect JSON fields descriptions

9d0f577c04-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

f9e0a85c04-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Correct type of authorization method

Fixes #1

cf22df2f05-Dec-2021 Andreas Gohr <andi@splitbrain.org>

initial checkin