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.
Navigate to Affiliations
Affiliations are set up from the Manage Integrations page for a specific orchestrated system.
Create an Affiliation
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.
- 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.
Actions menu icon corresponding to the affiliation that you want to
modify, and then select Edit.
Delete Affiliation
Administrators can delete affiliations and delete associated attributes.
View Affiliation Details
You can view affiliation details, attributes associated with the affiliation, and the rules for extracting the value from the Authoritative source.
Actions menu icon corresponding to the affiliation that you want to view,
and then select View Details.
, select Service Administration → Orchestrated Systems.