Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup Attribute Mapping in Apex Okta SAML Authentication

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).
Comments
Post Details
Added 16 hours ago
0 comments
22 views