Hi,
We have a B2B SaaS application where we have implemented auto-provisioning via SCIM protocol that works with Okta and some other clients. We would like to integrate our SCIM endpoints with Azure AD for our customers who use it and would like to configure auto-provisioning of their resources to our application. After going over the documentation, it seems that our best suited option is to publish our "app" to Azure AD gallery.
The doc points to this guide on how to publish the app, and I'm confused: it seems to explain on how to implement a whole app, SSO and SCIM, and provides with sample code in .NET.
What we would like to do is producing a potential AD gallery app by just filling in our OAuth and SCIM endpoints' URLs where we already have implementation of these (this is what we did when configuring a SCIM connector app for Okta.)
What is your recommendation on how to proceed here? Should we submit a request to Microsoft Application Network portal to publish our application and someone will be in touch to take the details of our endpoints?
Thanks.