Skip to content

Commit

Permalink
Add expired password identification API configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Aug 29, 2023
1 parent ed079e0 commit 5f580b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2983,7 +2983,7 @@
<Permissions>/permission/admin/manage/identity/usermgt/list</Permissions>
<Scopes>internal_user_mgt_list</Scopes>
</Resource>
<Resource context="(.*)/api/expired-password-identification/v1/password-expired-users(.*)" secured="true" http-method="GET">
<Resource context="(.*)/api/server/v1/expired-password-identification/password-expired-users(.*)" secured="true" http-method="GET">
<Permissions>/permission/admin/manage/identity/usermgt/list</Permissions>
<Scopes>internal_user_mgt_list</Scopes>
</Resource>
Expand Down Expand Up @@ -3139,7 +3139,7 @@
<Path>/api/server/v1/admin-advisory-management</Path>
<Path>/api/server/v1/guests</Path>
<Path>/api/idle-account-identification/v1/inactive-users</Path>
<Path>/api/expired-password-identification/v1/password-expired-users</Path>
<Path>/api/server/v1/expired-password-identification/password-expired-users</Path>
</SubPaths>
</Context>
<Context>
Expand Down

0 comments on commit 5f580b0

Please sign in to comment.