diff options
| -rw-r--r-- | etc/authzd/policy0.cedar | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/authzd/policy0.cedar b/etc/authzd/policy0.cedar index bc67afc3..e67f0db5 100644 --- a/etc/authzd/policy0.cedar +++ b/etc/authzd/policy0.cedar @@ -34,8 +34,7 @@ when { context.path == "/dashboard/nav" || context.path == "/health" || context.path == "/signout" || - context.path == "/sparkles" || - context.path == "/callback" + context.path == "/sparkles" ) ) || ( context.method == "POST" && ( |
