Hi there,
We are building some Oracle apex applications for a Salesforce implementation and would like to implement SSO. The idea is to configure Oracle APEX with “Social Signin” Open ID connect provider.
We have configured the Oracle Apex authentication scheme Discovery URL to:
https://……………..my.salesforce.com/.well-known/openid-configuration
Have also configured web credentials for Oauth2 and populated with the clientId and secret defined in Salesforce connected app.
Within Salesforce we have set callback url to Oracle APEX to our apex instance to ….ords/apex_authentication.callback
When we run the Oracle apex application, the Salesforce login pops up OK, but when the credentials have been entered Oracle APEX fails. The debug log has a message like:
"aud" mismatch, expected <our client id>
Have experimented with many things, but keep getting same error.
Anybody here who have successfully tried this scenario?
Best regards,
Søren