Skip to content

Commit

Permalink
Add Auth0 as supported identity provider (#64)
Browse files Browse the repository at this point in the history
Underlying implementation was done in civiform/civiform#3629
  • Loading branch information
nbeloglazov authored Oct 11, 2022
1 parent c68ac4e commit 92739a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/variable_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"secret": false,
"tfvar": true,
"type": "enum",
"values": ["idcs", "generic-oidc", "adfs", "disabled", "login-gov"]
"values": ["idcs", "generic-oidc", "adfs", "disabled", "login-gov", "auth0"]
},
"APPLICANT_OIDC_PROVIDER_NAME": {
"required": false,
Expand Down

0 comments on commit 92739a1

Please sign in to comment.