Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
961 stars 602 forks source link

Saml2AuthenticationDefaults.AuthenticationType Missing? #945

Open markmilchuk opened 6 years ago

markmilchuk commented 6 years ago

Why is there no Saml2AuthenticationDefaults.AuthenticationType ? Should there not be one with a value of "Saml2"

Other OWIN Middleware seems to have this: CookieAuthenticationDefaults.AuthenticationType == "Cookies" OpenIdConnectAuthenticationDefaults.AuthenticationType == "OpenIdConnect"

AndersAbel commented 6 years ago

There is such a constant, but it's internal. Should be updated to make that class public.