cloudfoundry / cloudfoundry/uaa
Add support for unlocking users from SAML/OIDC providers
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 844
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 27
Description
Unlocking users from SAML/OIDC providers currently fails with this exception: https://github.com/cloudfoundry/uaa/blob/211b90e740e94cfb163aae8f4cec7757b895acba/server/src/main/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimUserEndpoints.java#L562
Ideally, it should be possible to unlock any user, regardless of their provider or origin.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in server/src/main/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimUserEndpoints.java at line 562 and follow the unlock path that raises the linked exception. Check how provider or origin affects unlocking, then verify that users from SAML/OIDC providers and other origins can be unlocked successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100