Skip to content

Commit

Permalink
add in OIDC LOA
Browse files Browse the repository at this point in the history
  • Loading branch information
0kl-usds committed Dec 6, 2024
1 parent cddca30 commit 4b8de74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default async function authSetup() {
try {
const oidcLoa1Strat = await generateStrategy();
passport.use('oidc-loa-1', oidcLoa1Strat);
logger.debug(oidcLoa1Strat);
} catch (err) {
logger.error('Error setting up login.gov');
logger.error(JSON.stringify(err));
Expand Down

0 comments on commit 4b8de74

Please sign in to comment.