SSO integration WA to a 3rd party
We are trying to connect an SSO through Azure SAML-based Sign-on to a vendor and control access to that 3rd party using our WA membership. We have the 3rdparty setup in Azure and wonder how e can connect the two through an API
Has anyone connected anything like this?
-
Jenny James commented
Hi,
I think you should to connect an SSO through Azure SAML based Sign on to a vendor and control access using your WA membership, you need to use Azure AD's API capabilities. First ensure the 3rd party application is properly configured in Azure AD. Then use Azure AD's Graph API or Microsoft Graph API to manage user access and permissions programmatically linking WA membership details to control access. This setup allows seamless integration and controlled access based on your organization's membership criteria.
Thanks