Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 26, 2022 18:35

Revisions

  1. wullemsb created this gist Jul 26, 2022.
    2 changes: 2 additions & 0 deletions Negotiate.cs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    services.AddAuthentication(NegotiateDefaults.AuthenticationScheme)
    .AddNegotiate();