-
Notifications
You must be signed in to change notification settings - Fork 6
Authentication broken #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you provide more info regarding how the authentication breaks? What configuration is used and more specific, what |
The new configuration page is Entra ID: Moreover, the authentication service needs to be modified to OpenID Connect Authenticator (see Selecting the right Authentication service). |
Also, the login options have been modified. Now, the login option directly redirects to the Microsoft login page and a new option was added in the drawer for XWiki login (see Login options). There are also some known limitations that you can find bellow in the documentation. Let me know if the documentation solves these issues! |
@ChiuchiuSorin shouldn't page Azure AD be removed from Wiki Administration, because it's empty after installing Entra ID app v2.0 on clean instance? |
The old configuration page was kept for compatibility purposes, as some of the old configuration is used to populate the new configuration page at update. It will be removed once more users update to the 2.x version. |
Also have issues after upgrade, authentication service is set to "OpenID Connect Authenticator" but there is no new login options and users aren´t redirected to Entra ID. Also all settings at "Entra ID" have been updated. When accesing the base URL we either get the guest auth prompt or the xwiki login. |
Hi! Could you please tell me what version of XWiki are you using? |
It might be helpful to double-check if everything has been set up according to the official documentation. I'd suggest checking set-up on your Microsoft side especially this part Please note that on GitHub you are welcome to join discussions and report issues. However, in case if you're having issue with purchased the extension, your license includes a support contract for professional help XWiki SAS. |
We are running 16.10.5. Double-checked the configuration from the official documentation but the issue is that it doesn´t even try to redirect to Entra ID and we are missing login-in options. We only have "Log in with XWiki". |
@rsssssssssssss the login and registration button were moved from drawer since XWiki 16.10+ (see details). |
I managed to fully reproduce the case. Below are the detailed steps, results, and resolution. Prerequisites:
Steps performed by me:
Instead of being redirected to the Microsoft login page, I returned to the XWiki login page.
If you revisit the Entra ID configuration section, you’ll notice that the scope field contains incorrect values brought in during the upgrade operation. You can confirm this by checking the page history for EntraID.Code.EntraOIDCClientConfiguration — the changes to the Scope field were introduced during the upgrade: Location in source file
Once I removed all values from scope and put only |
When upgrading from v1.9 to v2.0, the authentication breaks.
Configuration pages are deleted, not migrated to new authentication configuration.
It's a blocked issue for users with autoupgrade enabled.
Caused by 48: Replace identity-oauth use with OIDC
The text was updated successfully, but these errors were encountered: