bcgov / ocp-sso

BCGov Single Sign-On KeyCloak
http://oidc.gov.bc.ca/
Apache License 2.0
8 stars 8 forks source link

Persist the IDIR ID and email address of the product owner #414

Closed ConradBoydElliottGustafson closed 3 years ago

ConradBoydElliottGustafson commented 3 years ago

We need to have contact info for the person that makes the request for a new Project + OIDC Clients. We need to capture their IDIR as well

AC: Add a required field for email address If the JWT includes an email address as a claim, pre-populate to that and ask the user if it is correct (they can update if they want to use another email address). Otherwise, require the user to fill in an email address.

We don't need to validate the email address at this time (maybe later as a separate story).