RSA IGL Services 101 blogs help to explain various areas of RSA Governance & Lifecycle, to ensure you are getting the most out of the product and following recommended practices. We hope to show you lots of great features, tips and tricks that you may not have been aware of!
Product Area: Reports/Charts/Table's
Data: App-Roles
Summary: Application roles collected within "directories" are not located in the PV_APPLICATION_ROLE view but are instead found under PV_DIRECTORY_ROLE view. If you use directories and collect in APP-ROLES, you must take this into account for all your reports/charts that you create, so that you dont miss out any information.
RSA Field Example: If creating a report/chart to display all app_roles within RSA IGL which have a "privileged" flag set to "yes", you will need to take into account both these tables in the SQL.
SQL Example:
select
application_id,
name
from avuser.pv_application_role
where lower(privileged) = 'yes'
union all
select
application_id,
name
from avuser.PV_DIRECTORY_ROLE
where lower(privileged) = 'yes'
These images show where the data is found.
Within the Directory "Navision - SQL Database" we can see the "app role" called "db_access_admin"
When searching against PV_APPLICATION_ROLE table - the result is not found
When searching against PV_DIRECTORY_ROLE table - the result is found
Thought I'd share this to save others time if they weren't already aware.
Cheers,
Clive
Related Articles
RSA Smart Card Middleware 3.6 PKCS 11 Developer Guide 19Number of Views Error: 'Could not locate com.rsa.csf.domain.objects.RPAssertingParty' in RSA Federated Identity Manager (FIM) 6Number of Views RSA Authentication Agent 8.0 for Web for Apache Web Server Installation and Configuration Guide 139Number of Views Integrating Vormetric Data Security Manager with RSA Authentication Manager 8.x 75Number of Views OpenSSL Vulnerability in RSA Authentication Manager 8.1 & 7.1 CVE-2015-3197 and CVE-2016-0701 - False Positive 44Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Governance & Lifecycle 8.0.0 Installation Guide Troubleshooting RSA MFA Agent for Microsoft Windows How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device