Universal Containers (UC) has a strict requirement to authenticate usersto Salesforce using their mainframe credentials. The mainframe user store cannot be accessed from a SAML provider. UC would also like to have users in Salesforce created on the fly if they provide accurate mainframe credentials.
How can the Architect meetthese requirements?
- Use a Salesforce Login Flow to call out to a web service and create the user on the fly.
- Use the SOAP API to create the user when created on the mainframe; implement Delegated Authentication.
- Implement Just-In-Time Provisioningon the mainframe to create the user on the fly.
- Implement OAuth User-Agent Flow on the mainframe; use a Registration Handler to create the user on the fly.
Display Answer Next Question