OIDC SSO: explain login-page and disabling local login#10766
Open
Karuna-Mendix wants to merge 2 commits intodevelopmentmendix/docs:developmentfrom
Open
OIDC SSO: explain login-page and disabling local login#10766Karuna-Mendix wants to merge 2 commits intodevelopmentmendix/docs:developmentfrom
Karuna-Mendix wants to merge 2 commits intodevelopmentmendix/docs:developmentfrom
Conversation
JaapF
reviewed
Feb 18, 2026
|
|
||
| ### Excluding Anonymous User Role | ||
|
|
||
| If you do not want to enable anonymous user, you can use single or multiple IdPs using the login endpoint `oauth/v2/login`, and you will be landed on the IdP's login page. |
There was a problem hiding this comment.
Meanwhile I learned and I think we can say:
We recommend to to not enable an anonymous userole.
Also in case of multiple IdPs, anonymous users are not needed. You can use a high-code non-mendix page to make the user select an IdP for login, which doesn't require anonymous userrole.
You can find a sample page here: .
There was a problem hiding this comment.
So with muliple IdPs we have 2 options:
- using the dedicated endpoint
- using an IdP-selection page (high code)
(-using a Mendix page for IdP selection - not recommended because it requires anonymous users).
There was a problem hiding this comment.
Yes, these are very valid ( test comment )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://mendix.atlassian.net/browse/TW-2642