Skip to content

Commit

Permalink
Update acr_values per v1 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusSkylerSladeUSDS committed Jan 6, 2025
1 parent 927595f commit 6933933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/auth/loginGov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6933933

Please sign in to comment.