Defining group assignment from IdP attributes
Summary:
Hi
in Oracle OCI we would like to setup a method for assigning users to some groups based on the values of some attributes coming from the IdP federated within a domain.
In detail we edited the users schema of the domain to keep track of the 2 attributes that will lead the rule of group assignment (EG the attributes are called 'UO' and 'Posizione') and set up the federation with the Identity Provider to save this 2 attributes.
Based on the UO attribute there will be a mapping (EG UO = 'UO1234' should determine the user to be the member of the group called 'UO1234', same for 'Posizione')
0