We need to do attribute mapping from Okta to Apex that is using SAML Authentiation. We reached to Oracle but it looks like Out of Box Customization
Configure the APEX Authentication Scheme:
- Navigate to Shared Components > Authentication Schemes.
- Select your existing SAML Sign-In scheme.
- In the scheme settings, locate the section for Additional User Attributes.
- In the Additional User Attributes field, enter a comma-separated list of the names of the attributes you expect to receive from the Identity Provider (IdP) in the SAML response (e.g., guid, email, first_name, last_name). The exact names depend on your IdP's configuration. <<<<<
- In the Map Additional User Attributes field, provide a comma-separated list of Application Item names that these attributes will be mapped to (e.g., G_GUID, G_EMAIL, G_FIRST_NAME, G_LAST_NAME).