Class IdentityServerConstants.ProtocolTypes
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
public static class IdentityServerConstants.ProtocolTypes
- Inheritance
-
IdentityServerConstants.ProtocolTypes
- Inherited Members
Fields
OpenIdConnect
public const string OpenIdConnect = "oidc"
Field Value
Saml2p
public const string Saml2p = "saml2p"
Field Value
WsFederation
public const string WsFederation = "wsfed"