Symptom
Cannot create OAuth Client with Interactive Usage without Redirect URI in SAP Analytics Cloud (SAC)
Environment
SAP ANALYTICS CLOUD 2024.21.11
Reproducing the Issue
- Login to SAC
- Navigate to System > Administration > App Integration
- Add new Oauth client
- Select purpose as 'Interactive Usage'
Notice that it will ask for 'Redirect URI'
Cause
Using non-SAP data center
Resolution
For non-SAP data center:
The interactive usage functionality in these clients still requires a valid SAML-based user context and does not relate to the API Access functionality. Interactive usage is gained through an OAuth Authorization code flow (needing SAML-based assertion).
If you selected Interactive Usage, the Authorization Grant is automatically set to Authorization Code. You must enter a Redirect URI. The URI must be the exact URI where the authorization code is sent. If the URI has dynamic parameters, use a wildcard pattern for the URI. For example, https://redirect_host/**
See Also
Keywords
interactive usage, API, redirect URI, oauth client, SAC , KBA , LOD-ANA-ADM , SAC Administration , Problem