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?