Configure and Manage Affiliations
As an Administrator, configure and manage affiliations from the Identity Attributes page. With affiliations, for a single identity you can manage different accesses based on varied job data ingested from Authoritative source.
Related Topics
Navigate to Affiliations
Affiliations are set up from the Manage Integrations page for a specific orchestrated system.
Create an Affiliation
- Select + Create an affiliation to start the workflow. The Create a new affiliation page is displayed.
Add Details
In the Add Details task, you can enter general settings about your affiliation. You are also able to add user friendly tags that can be used while searching this affiliation.
- Name: Enter a name of your affiliation.
- Display name: Enter meaningful display name.
- Description: Enter description
- Click Next.
Define Attributes
Add one or more core or complex identity attributes to associate with affiliations and manage the flag for using the attributes in the Oracle Access Governance features.
Add Rules for Deriving Values
In the Value source task, use the data transformation rules on the identity attributes to derive affiliation value.
- Rule: Enter the rule you want to apply to this affiliation/
- Click the Validate button to check your rule. If the rule is valid then you will see a confirmation message and the rule will be marked as validated. If there is an issue with the rule, then you will see an error message and the rule will be marked as invalid. You cannot save your rule if it is marked as invalid.
- Optional: Expand the Show me the available rule link attributes to list all the available attributes that you may use to construct your rule.
- Click Next.
var data = user.getCustomAttributes() !== null && user.getCustomAttributes()['Jobs'] != null
? user.getCustomAttributes()['Jobs'][0]
: null;
if (data != null) {
function getJobData() {
var job_data = {
Description: data['DESCRIPTION'],
JobCode: data['JOBCODE'],
JobName: data['JOBNAME']
};
return job_data;
}
getJobData();
}
Review and Submit
In the Review and Submit task, you can review the information you added in the previous steps.
- If everything looks correct, then click Create to create
the affiliation. You may select addition actions:
- Cancel: To cancel the process.
- Back: To go back to the previous step.
Edit Affiliations
The Edit Affiliations page provides the same guided tasks as you see while creating a new affiliation.
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customer access to and use of Oracle support services will be pursuant to the terms and conditions specified in their Oracle order for the applicable services.
action menu for the