This guide provides step by step instructions to configure and test Workspace ONE as a trusted federation identity provider with Oracle Access Manager 12c.
Prerequisites.
- Test Instance of Oracle Access Manager v 12.2.1.0.0 (or higher) installed and configured.
- Workspace ONE tenant
- Configured Service Providers (ie. Salesforce, O365 etc..)
Download Workspace ONE IDP Metadata
- Log into Workspace ONE Administration console and go to:
- Catalog -> Settings -> SAML Metadata -> Identity Provider (IDP) metadata
- Download and Save the file.
- Log into the OAM Console
- Click on the Federation Tab
- Click on Service Provider Management
Create WorkSpace ONE as an Identity Provider in OAM
- Log into the OAM Console
- Click on the Federation Tab
- Click on Service Provider Management
- Click on Create Identity Provider
- In the Name field, enter “WorkspaceONE”
- Under Service Information, upload your Workspace ONE IDP Metadata.
- Choose the correct Attribute Mapping to match the value being sent by Workspace ONE in the NameID attribute.
- Click Save
- Click Create Authentication Scheme and Module
Configure OAM as a SP in Workspace ONE
- Download the Oracle Access Manager SP Metadata
http://[OAM_HOST]:14100/oamfed/sp/metadata
- Log into Workspace ONE Administration -> Catalog
- Click on Add Application -> Create a new one
- Provide a name ie. Oracle Access Manager
- Leave SAML 2.0 Post as the profile and Click Next
- Under Configuration, paste the SAML Metadata and Click Save
- Select Sign Assertion
- Select the correct NameID value to match the value that OAM is expecting.
- Click on Entitlements and add the necessary entitlements.
- Click Save
Update Workspace ONE Policies (optional)
- Log into the Workspace ONE Administration -> Identity and Access Management
- Configure the appropriate authentication policies as per your requirements Refer to VMware Documentation on how to configure policies.
Update SP Partners to use WS1 for Authentication using WLST
- Set Environment Variable
- Start WLST
- Connect to OAM
- You should now be logged into WLST and ready to issue WLST Commands:
- Type “domainRuntime()”
- Type the following:
setSPPartnerAlternateScheme("SFDC", "true", httpHeaderName="User-Agent", httpHeaderExpression=".*((Android)|(iPhone)).*", authnScheme="WorkspaceONEFederationScheme")
NOTE: Replace “SFDC” with the correct partner name as per your configuration. If you named your Workspace ONE IDP instance differently from the steps in the document, replace with the correct name in the command above.
For more information on this WLST command and other available commands, please refer to the following documentation:
https://docs.oracle.com/cd/E52734_01/oam/STIAM/if_wlst.htm#STIAM13030
- Type “exit()”
Note: There could be a slight delay when updating the configuration via WLST until the changes are propagated across all OAM nodes.