Skip to content

Commit

Permalink
Adding event endpoint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Dec 9, 2024
1 parent 00320c0 commit bd498c6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ context = "(.*)/fs/authenticationendpoint/(.*)"
http_method = "all"
secure = "false"

[[resource.access_control]]
allowed_auth_handlers = ["BasicAuthentication"]
context = "(.*)/api/fs/event-notifications/(.*)"
http_method = "all"
permissions = ["/permission/admin"]
secure = "true"

[[resource.access_control]]
context="(.*)/scim2/Me"
secure=true
Expand Down

0 comments on commit bd498c6

Please sign in to comment.