cloudfoundry / cloudfoundry/stratos
Fix invite user email validation given uaa update
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- invite user process previously relied on UAA to validate the email provided and give a specific email error warning on failure
- this validation now doesn't work and fails with
No authentication provider found. - need to switch to do up front email validation
Contributor guide
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 by locating the invite user process and tracing where UAA currently validates the supplied email. Confirm the failing No authentication provider found. path, then verify that invalid emails receive a specific validation warning before the UAA request is made.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100