Skip to content

Commit

Permalink
fix: eIAM
Browse files Browse the repository at this point in the history
  • Loading branch information
adintegra committed May 14, 2024
1 parent 7954e23 commit dbf2931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth-providers/adfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ADFS<P extends ADFSProfile>(
authorization: {
url: options.authorizeUrl,
params: {
scope: "openid profile email",
scope: "openid",
},
},

Expand Down

0 comments on commit dbf2931

Please sign in to comment.