cloudfoundry / cloudfoundry/stratos

Fix invite user email validation given uaa update

Open
#4,272 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.