I am trying to provide role based access to certain functionalities in the app. For example, we have Delete functionality option, so that delete option should only be visible to certain level of roles (users) and should only have read-only access, While for some can delete it as well. Is such approach possible? The application already provides access using identity management. Just wanted to know can this be possible role based, or may be we can access the database of the idm. Any idea of how this can be implemented are welcome.