-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
When a new realm is created and user is created within the same realm and if we login with the user and navigate to realm settings User registration gives HTTP 403 forbidden error.
Version
quay.io/keycloak/keycloak:latest
Regression
- The issue is a regression
Expected behavior
Permissions error should not be shown
Actual behavior
Navigating to user registeration giving HTTP 403 forbidden error.
How to Reproduce?
1.Create a realm
2. Create a user in the realm with view-realm permissions
3. Log in as that user
4. Go to Realm Settings
5. Attempt to view the user registeration
Anything else?
No response
keycloak-github-bot