-
Notifications
You must be signed in to change notification settings - Fork 831
fix: reject invalid identity zone #2711
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
Conversation
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/186982610 The labels on this github issue will be updated when the story is started. |
server/src/main/java/org/cloudfoundry/identity/uaa/scim/jdbc/JdbcScimUserProvisioning.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/cloudfoundry/identity/uaa/scim/jdbc/JdbcScimUserProvisioning.java
Outdated
Show resolved
Hide resolved
#2712 has been merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I like the more specific exception usage and the additional test as well as including zone with the zoneID.
Is this ready to merge? Or is there any prerequisite this depends on before merging? |
JdbcScimUserProvisioning.create() and update() so far accepted invalid identity zone ids
Needed to adapt two test classes to fix this