Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
JCS-SX Security Roles

Though we are able to achieve the basic authorization and authentication in custom application by the custom roles, but the requirement is that the roles should work like the "HCM Data Roles" which basically limits the accessibility of the data to a particular region.
Can we achieve the data security in custom adf applications as well?
IDE: JDeveloper11.1.1.7.0
JCS-SX Service Version: 17.4
Answers
-
You are creating a standalone application or page extension in Fusion?
-
A standalone application.
-
Which IDE version are you using to build your custom application? I am going to assume Jdev11.1.1.7 which is the recommended one? Ideally, your developed application has taskflows in it? you will then need to use ADF security to assign enterprise roles or application roles to your taskflows. You will need to create the roles in your jazn file, for simplicity if you know the names of the HCM roles already in your enterprise, then you can simply create them and assign them as resources accordingly. Remember to map the application roles to the enterprise roles (same names). Once you deploy your application to the JCS SX instance hosted within your in HCM domain, then your custom application should inherit the authorization granted to the users. note i am assuming it's a single sign on?