Hi everyone,
I'm trying to set up Single Sign-On (SSO) where Salesforce acts as the Identity Provider (IdP) and my Oracle APEX application is the Service Provider (SP).
The goal is to allow users who are already logged into Salesforce to click a button (e.g., "Create Order") and be redirected seamlessly to the home page of the Oracle APEX application — without being prompted to log in again.
I'm not sure about the specific configurations required on both the Salesforce side (IdP settings, SAML assertions, etc.) and the Oracle APEX/ORDS side (SP setup, metadata, etc.) to make this work properly.
Has anyone implemented a similar SSO setup from Salesforce to Oracle APEX? If so:
- What are the key steps and configurations involved?
- How should the SAML metadata be exchanged or configured?
- How do I handle session management and attribute mappings in APEX?
Any guidance, sample configurations, or documentation links would be greatly appreciated!
Thanks in advance!