-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Interesting issue regarding group required extension #19
Comments
@toddas |
@toddas I use a different flow. Although I can see the expected behaviour when users not in "test" group can not login, I do not like that I do not see in the debug logs the message I expect reading the source code. The message I expect in logs is: But this is what I get: ( similar to yours )
And this is what I get when the user IS in the group:
I am still debugging, but if anyone can lead me to the right place to understand this behaviour I would be glad. |
I highly recommend you to 'override' behavior when user is not in group. It allows you to see auth error in your browser.
|
Hi after I set up my required group it lets me log in without the group anyway. I am getting this warning WARN [org.keycloak.events] (default task-1163) type=LOGIN_ERROR, realmId=realmname, clientId=clientid, userId=null, ipAddress=localipadress, error=rejected_by_user, auth_method=saml, redirect_uri=realm/sso/auth/samlp, code_id=560cd383-5c91-497b-89e1-213516516, username=myusername, authSessionParentId=213213132-5c91-497b-89e1-4dfd11a0c332, authSessionTabId=1321321321
Please help I am using this flow:
Thank you in advance I am using 10.0.1 in standalone mode
The text was updated successfully, but these errors were encountered: