Skip to content

Commit

Permalink
[SELC-284] add email (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Pasquale De Vita <[email protected]>
  • Loading branch information
iwoak and pasqualedevita authored Dec 13, 2021
1 parent 0950659 commit 4c60c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/selc_configmaps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "kubernetes_config_map" "hub-spid-login-ms" {
ENDPOINT_METADATA = "/metadata"
ENDPOINT_LOGOUT = "/logout"

SPID_ATTRIBUTES = "name,familyName,fiscalNumber"
SPID_ATTRIBUTES = "name,familyName,fiscalNumber,email"
SPID_VALIDATOR_URL = "https://validator.spid.gov.it"

REQUIRED_ATTRIBUTES_SERVICE_NAME = "Selfcare Portal"
Expand Down

0 comments on commit 4c60c74

Please sign in to comment.