Skip to content

Instantly share code, notes, and snippets.

View ssartell's full-sized avatar
🏓

Sean Sartell ssartell

🏓
View GitHub Profile
public class AzureAdB2cIdentityProvider : IdentityProvidersProcessor
{
public AzureAdB2cIdentityProvider(FederatedAuthenticationConfiguration federatedAuthenticationConfiguration, ICookieManager cookieManager, BaseSettings settings) : base(federatedAuthenticationConfiguration, cookieManager, settings)
{
}
protected override string IdentityProviderName => "AzureAdB2cExtranet";
protected override void ProcessCore(IdentityProvidersArgs args)
{