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!

Integration of OKTA with Oracle Apex - Social sign in (Mapping Attribute Issue.)

ShitulJun 1 2023

From Okta Side we are getting user details, like department, name, email, pod

department, name, email => String

But pod type is String Array like => ["Green","Red","Yellow"]

So I am mapping in social sign in authentication at oracle apex side.

Additional user attributes => department,name,email,pod

Map Additional User Attribute To => :APP_DEPARTMENT,:APP_NAME,:APP_EMAIL,:APP_POD

So I am getting department,name,email but pod are not getting. Is that because pod type is String Array at okta side?

Or I have to write different syntax or way for pod in Additional user attributes.

Can anyone know about these?

Comments
Post Details
Added on Jun 1 2023
2 comments
532 views