Skip to content

Commit

Permalink
Use AAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan-Amos committed Dec 18, 2021
1 parent 089bb84 commit 36ac3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/wwwroot/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
]
},
{
"route": "/.auth/login/aad",
"route": "/.auth/login/facebook",
"statusCode": "404"
},
{
"route": "/.auth/login/facebook",
"route": "/.auth/login/github",
"statusCode": "404"
},
{
Expand All @@ -30,7 +30,7 @@
},
{
"route": "/login",
"rewrite": "/.auth/login/github"
"rewrite": "/.auth/login/aad"
},
{
"route": "/logout",
Expand Down

0 comments on commit 36ac3a3

Please sign in to comment.