Nikhil Goyal
Nikhil Goyal

Reputation: 91

SAML Authentication with Azure AAD B2C and DotNetCore

Guys I have found some links regarding SAML Authentication with AAD but when i go for SAML Authentication with AAD B2C and DotNet Core I didnt find any article on this.

I found that it can be implemented through Custom Policies but how? Didnt find any implementation.

Gone through the links below but havent worked out.

https://cmatskas.com/asp-net-core-saml-authentication-with-azure-ad/ https://learn.microsoft.com/en-us/azure/active-directory-b2c/saml-technical-profile.

It will be nice of you if anyone can help me out with any guidance or any solution so that we can implement SAML with AAD B2C and Dot NetCore?

Upvotes: 2

Views: 1106

Answers (1)

Chris Padgett
Chris Padgett

Reputation: 14634

For information about creating a SAML Relying Party policy for Azure AD B2C, see this sample policy.

(Note that, as at 11 July 2019, support for a SAML Relying Party policy is a preview feature.)

Refer to answers for this SO question for ASP.NET Core authentication middleware that is available for SAML.

Upvotes: 0

Related Questions