Project page
Various tools to manipulate OAuth2 and OpenID Connect protocols in XWiki
This version contains several important security fixes.
WarningPotentially 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.