-
Notifications
You must be signed in to change notification settings - Fork 1
v0.0.3 - Secure Access #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7988482
d494e47
303183c
f3e3cc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,13 @@ | |
| "route": "/login", | ||
| "rewrite": "/.auth/login/aad" | ||
| }, | ||
| { | ||
| "route": "/manifest.webmanifest", | ||
| "allowedRoles": [ "anonymous" ] | ||
| }, | ||
| { | ||
| "route": "/*", | ||
| "allowedRoles": ["authenticated"] | ||
| "allowedRoles": [ "editor" ] | ||
|
MWG-Logan marked this conversation as resolved.
|
||
| } | ||
|
Comment on lines
11
to
14
|
||
| ], | ||
| "navigationFallback": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.