Skip to content

Instantly share code, notes, and snippets.

@pinakipatrapro
pinakipatrapro / BAS-XSUAA-oauth2-redirect-url-steps.js
Last active May 3, 2024 12:25
SAP BAS xsuaa error : Invalid redirect https://**
//While creating the xsuaa service (or updating the existing service), pass the following details in the parameters.
//This is same as that of xs-security.json app.
//Below are the configs.
{
"xsappname": "<same as xsuaa instance name>", // Get from the credentials file of already existing
"tenant-mode": "dedicated",
"scopes": [
{
"name": "uaa.user",