Skip to content

Commit

Permalink
Fix 19328
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasanthi Dissanayake committed Feb 6, 2024
1 parent 5a8664e commit 9e83c86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@
</Resource>

<!-- Userstore Management API -->
<Resource context="(.*)/api/server/v1/userstores/test-connection" secured="true" http-method="POST">
<Scopes>internal_userstore_view</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/userstores(.*)" secured="true" http-method="POST">
<Scopes>internal_userstore_create</Scopes>
</Resource>
Expand All @@ -795,9 +798,6 @@
<Resource context="(.*)/api/server/v1/userstores/(.*)" secured="true" http-method="DELETE">
<Scopes>internal_userstore_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/userstores/test-connection" secured="true" http-method="POST">
<Scopes>internal_userstore_view</Scopes>
</Resource>

<!-- [Organization] Session Management API -->
<Resource context="(.*)/o/api/users/v1/(.*)/sessions(.*)" secured="true" http-method="GET">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,9 @@
</Resource>

<!-- Userstore Management API -->
<Resource context="(.*)/api/server/v1/userstores/test-connection" secured="true" http-method="POST">
<Scopes>internal_userstore_view</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/userstores(.*)" secured="true" http-method="POST">
<Scopes>internal_userstore_create</Scopes>
</Resource>
Expand All @@ -844,9 +847,7 @@
<Resource context="(.*)/api/server/v1/userstores/(.*)" secured="true" http-method="DELETE">
<Scopes>internal_userstore_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/userstores/test-connection" secured="true" http-method="POST">
<Scopes>internal_userstore_view</Scopes>
</Resource>


<!-- [Organization] Session Management API -->
<Resource context="(.*)/o/api/users/v1/(.*)/sessions(.*)" secured="true" http-method="GET">
Expand Down

0 comments on commit 9e83c86

Please sign in to comment.