OAuth2 and OpenID Connect 2.26.0

Last modified by Thomas Mortagne on 2026/09/09 12:32

  Project page

Various tools to manipulate OAuth2 and OpenID Connect protocols in XWiki

TypeProject
Developed by

Thomas Mortagne, Clément Aubin, Raphaël Jakse

LicenseGNU Lesser General Public License 2.1

Table of contents

Release Notes

This version contains several important security fixes.

Warning
Potentially breaking

While 2.25.3 introduced a warning log to explain that it's unsafe to use implicit flow without indicating the provider, it was decided to completely forbid this setup in 2.26.0 since it goes against specification.

So if you are relying on implicit (or hybrid) flow, and you did not configure the provider main URL, authentication might fail after you upgrade. It's therefore recommended to set the provider before upgrading.

If you rely on wiki configuration, upgraded, and are locked out because you don't have any non-OIDC admin user, you can unblock the situation by setting the provider in the xwiki.properties file (oidc.provider=https://myprovider.com ) and the wiki configuration will inherit it.

Get Connected