Is SAML authentication possible in Azure Web Apps? If possible, how can I configure Azure AD for SAML authentication? I tried finding a solution but the only Microsoft documents I've found regarding this is https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/saml-toolkit-tutorial . The problem within the document is that it doesn't specify any code related information
1 Answers
1
votes
Yes - you need two things.
The application needs a client-side stack.
Azure AD has to be configured as an Enterprise application.