I know the title looks a bit odd. I am asked to create a simple web application that will be hosted in azure cloud. The client has an on-premises adfs and wants the application to handle the sso from their organization. They do not want to use azure AD and are against it. Can you guys let me know if it's possible? I have seen a lot of samples with Owin and Oauth authentication but they all point to Azure AD with adfs authentication. Any samples would be of great help. Thanks.
1 Answers
1
votes
Yes - and there are some samples here.
Update
No - there are no Microsoft samples because Microsoft does not have a client side SAML stack.
Refer I need a SAML stack — now! for some client side ideas - most have samples in the documentation.