Skip to content

Commit

Permalink
Merge pull request wso2#5471 from DMHP/19269
Browse files Browse the repository at this point in the history
Fix 19328
  • Loading branch information
DMHP authored Feb 6, 2024
2 parents 71796f0 + 9e83c86 commit d893b37
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 @@ -838,6 +838,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 @@ -850,9 +853,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 d893b37

Please sign in to comment.