Skip to content

Instantly share code, notes, and snippets.

@pinakipatrapro
pinakipatrapro / UI5Con 2022 Drag and Dashboard Steps.md
Last active July 8, 2022 09:46
UI5Con 2022 Drag and Dashboard Steps
@pinakipatrapro
pinakipatrapro / Pre-Session-TODO.md
Last active July 5, 2022 14:36
Increase Re-Usability with UI5 Custom Controls - D&D Dashboard

Session Pre-Requisites

Session Information

image

We would primarily require a development environment. There are two options as below.

  1. SAP Business Application Studio
@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",