Merge pull request #1441 from cisagov/nmb/1433-two-tier-login

Switch to allowing non-identity-verified logins
This commit is contained in:
Neil MartinsenBurrell 2023-12-07 10:28:22 -06:00 committed by GitHub
commit 6b9c8d7f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,7 +540,7 @@ OIDC_PROVIDERS = {
"response_type": "code",
"scope": ["email", "profile:name", "phone"],
"user_info_request": ["email", "first_name", "last_name", "phone"],
"acr_value": "http://idmanagement.gov/ns/assurance/ial/2",
"acr_value": "http://idmanagement.gov/ns/assurance/ial/1",
},
"client_registration": {
"client_id": "cisa_dotgov_registrar",
@ -557,7 +557,7 @@ OIDC_PROVIDERS = {
"response_type": "code",
"scope": ["email", "profile:name", "phone"],
"user_info_request": ["email", "first_name", "last_name", "phone"],
"acr_value": "http://idmanagement.gov/ns/assurance/ial/2",
"acr_value": "http://idmanagement.gov/ns/assurance/ial/1",
},
"client_registration": {
"client_id": ("urn:gov:cisa:openidconnect.profiles:sp:sso:cisa:dotgov_registrar"),