Now I want to add SCIM capabilities, but it seems the Base URL does not take variables - when I try https://scim-api.${org.tenant}/scim/v2, I get an error.
@ranshe can you try this instead 'https://scim-api.' + app.tenant + '/scim/v2'as the integration variables have a different set up for SCIM OIN submission vs SSO OIN submission.