mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request 'Update invitation sending endpoint scope' (#310) from rajitha/device-mgt-core:missing-scopes into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/310
This commit is contained in:
commit
fc423cc4e3
@ -950,7 +950,7 @@ public interface UserManagementService {
|
|||||||
tags = "User Management",
|
tags = "User Management",
|
||||||
extensions = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = Constants.SCOPE, value = "perm:users:send-invitation")
|
@ExtensionProperty(name = Constants.SCOPE, value = "um:users:invite")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user