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"
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"