Skip to content

Commit

Permalink
added openid and profile to scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 25, 2024
1 parent 62a46e6 commit 73d2aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ router.get(
"/login",
passport.authenticate("oidc", {
failureRedirect: "error",
scope: ['openid','profile']
})
);

Expand Down

0 comments on commit 73d2aa9

Please sign in to comment.