In an OIDC app, when trying to create a user, I’m getting this error:
"errorCauses":[{"errorSummary":"company: Value for required property company is missing"},{"errorSummary":"okta_externalid: Value for required property okta_externalid is missing"}]
Checking Directory → Profile Editor → <App User>, there’s no company or externalid listed.
Hello,
It sounds like the user is authenticating via a Social IdP (can be a generic OIDC app) where the social IdP user profile has these attributes defined as required, but the IdP is not providing them.