Skip to content

Instantly share code, notes, and snippets.

View brentschmaltz's full-sized avatar

BrentSchmaltz brentschmaltz

View GitHub Profile
// startup.auth.cs
{ ….
var openIdConnectAuthenticationOptions =
new OpenIdConnectAuthenticationOptions
{
Authentication Type = OpenIdConnectAuthenticationDefaults.AuthenticationType,
Authority = authority,
ClientId = client ID,