Skip to content
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

Add the possibility to log in with XWiki authentication service #49

Open
ChiuchiuSorin opened this issue Oct 30, 2024 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@ChiuchiuSorin
Copy link
Contributor

Currently, the interface that provides the option to log in with either XWiki or Microsoft Azure is generated by Identity OAuth application, but this will be removed after the OIDC integration. Currently, OIDC does not provide the option to select the standard authenticator at login, unless an additional parameter is added to the login URL (http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin?oidc.skipped=true).

A possible workaround would be to create a Drawer Header Item extension point to add an additional login option for using the XWiki authenticator. In this case, a new Azure configuration class should be added to provide the option for the admins to display or not the additional login option.

@snazare
Copy link

snazare commented Nov 5, 2024

from Thomas: to look at REST use case: an alternative to BASIC is now to use tokens, in which case you don't need to skip OIDC as long as you have a token in the request (the token is checked first).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants