Hi, I would like to know if there is a documentation to describe how to configure the "Admin Credentials" section under "provision" tab.
What I want to achieve:
1. We would like to prepare an azure app (single tenant) and publish it to azure app gallery.
2. When admins added this app into their active directory, they will use their AAD as IDP to configure the SSO
3. This app allows provisioning. The client can use the url with pattern "https://www.example.com/Tenants/{tenant_id}/v2/" and secret token to conduct the provision.
4. Users should be able to get a tenant URL and secret token from us
Background:
We have a SCIM app to support the provisioning for different clients.
We would like to follow the multi-tenancy model (RFC7644), thus, we will issue different tenant ID for different AAD respectively. Currently, my finding is that, if I do not configure anything, the AAD admin is going to fill in the tenant URL and secret token as shown below:

Questions:
Is it possible to have certain pre-configured parameters for gallery app? For example, can we make it like:

Or is it possible to make certain constraints for tenant URL? For example, the tenant URL filled in by admin does not follow https://www.example.com/Tenants/{tenant_id}/v2/, the configuration will not be saved. May I ask that what if admin just uses any valid tenant URL and secret Token which is not related to the branding the current app has? For example, install app A but use the B's provision url + secret token? How does Azure AD check this?
In slack gallery app, their provisioning configuration is different from the default one. May I ask that is there any documentation on how to do this?
