An HTTPS inbound adapter in SAP Cloud Integration receives external requests. Let’s locate where OAuth 2.0 is configured:
Step 1: Inbound Adapter- The HTTPS adapter (sender channel) accepts incoming HTTPS requests into an iFlow.
Step 2: OAuth 2.0- This authentication method requires validating tokens (e.g., bearer tokens) from the caller.
Step 3: Evaluate Options-
A. In the process runtime: Runtime executes the iFlow, not where configuration occurs.
B. In the adapter: The HTTPS adapter’s configuration (in the iFlow editor) includes an "Authentication" section where OAuth 2.0 is set up (e.g., token endpoint, client credentials).
C. In the SAP Integration Suite: Too vague; configuration is specific to the iFlow.
D. In the Exception Subprocess: For error handling, not adapter setup.
Step 4: Configuration Steps- In the iFlow, select the HTTPS sender adapter, go to the "Connection" tab, and choose "OAuth 2.0" under authentication, then specify token details.
Step 5: Official Verification- The SAP Help Portal’s "Configuring HTTPS Sender Adapter" confirms that OAuth 2.0 settings are defined within the adapter’s configuration tab.
Conclusion: Option B is 100% verified per SAP standards.References:
SAP Help Portal: "Configuring HTTPS Sender Adapter" (SAP Cloud Integration)
SAP Cloud Integration Documentation: "Authentication Options"