Azure AD custom IdP with ComponentSpace

Hi,
Do you have any examples of how to implement a custom IdP on AAD with ComponentSpace?

Thanks

We don’t have any examples that are specific to Azure AD. The calls into our SAML API are independent from the authentication mechanism employed by the IdP application. Once you can authenticate users in your application, you can follow the SAML high-level API examples (eg the ExampleIdentityProvider) to see how to call into the SAML API.