Skip to content

Commit

Permalink
playing around with custom auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kluver committed Apr 9, 2024
1 parent 2a64169 commit 6eaaf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"login": {
"nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
"scopes": [],
"scopes": ["openid", "email"],
"loginParameterNames": []
}
}
Expand Down

0 comments on commit 6eaaf9e

Please sign in to comment.