How does i implement SAML SSO with Azure AD

385 Views Asked by At

Can anyone suggest which is best idp that we can integrate with Azure AD for SAML SSO. My goal is need to use Azure AD credentials for all my business application.

Thanks

1

There are 1 best solutions below

0
On

In Azure AD, AAD is the IDP.

You are the RP.

Any SAML provider can be used e.g. ADFS, PingFederate, Shibboleth etc.

You want "Azure AD credentials for all my business application". Is your business application .NET, Java ... ? Does it have to use SAML? Could it use WS-Federation, OpenID Connect, OAuth ... ?

Is your business application one you wrote yourself or is it SaaS - many of these are already integrated with AAD.