Skip to content

Commit 7691b7a

Browse files
authored
Merge pull request #88 from nicolgit/main
block github auth
2 parents a6e84e2 + 8c2d1e2 commit 7691b7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

firewall-mon-api/utilities/UserAuthValidator.cs

Whitespace-only changes.

firewall-mon-app/src/assets/staticwebapp.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"routes": [
3+
{
4+
"route": "/.auth/login/github",
5+
"statusCode": 403
6+
},
37
{
48
"route": "/*",
59
"allowedRoles": [

0 commit comments

Comments
 (0)