How to configure dynamic scim base url for OIN

Hi Team,

I’m working on publishing the OIDC + SCIM integration. Currently, when using an integration variable for the SCIM base URL, it’s being prompted upfront during app creation.

Instead, I would like the base URI and token fields to appear only within the “Enable Provisioning” section, so that users are prompted to enter these details only if they choose to enable provisioning.




ref above image: requirement is that the SCIM BASE URL should be prompted here if provisioning is enabled.

You’ll need to add an Integration variable to hold the instance’s unique SCIM URL and then use an expression for the Base URL field that utilizes this variable. Admins will then be prompted to provide a value for the integration variable
For example: 'https://' + app.base_uri