From 69339337ee92bce577de7b2e2d0d54f41fbacd3d Mon Sep 17 00:00:00 2001 From: Skyler Slade Date: Mon, 6 Jan 2025 15:18:40 +0000 Subject: [PATCH] Update acr_values per v1 deprecation --- api/src/auth/loginGov.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/auth/loginGov.ts b/api/src/auth/loginGov.ts index f859c06..3df166f 100644 --- a/api/src/auth/loginGov.ts +++ b/api/src/auth/loginGov.ts @@ -28,7 +28,7 @@ async function generateStrategy() { }; const params = { response_type: 'code', - acr_values: 'http://idmanagement.gov/ns/assurance/ial/1', + acr_values: 'urn:acr.login.gov:auth-only', scope: 'email', redirect_uri: openIdConfig.redirectUri, nonce: randomString(32),