Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Saml.​Models.​SamlStatusCodes

Assembly: Duende.IdentityServer

Inheritance: object → SamlStatusCodes

Well-known SAML 2.0 status code URNs as defined in the SAML 2.0 Core specification.

Fields and Constants

public const string
Success
The request succeeded.
public const string
Requester
The request could not be performed due to an error on the part of the requester.
public const string
Responder
The request could not be performed due to an error on the part of the SAML responder or SAML authority.
public const string
VersionMismatch
The SAML responder could not process the request because the version of the request message was incorrect.
public const string
NoAuthnContext
The responding provider cannot authenticate the principal by means of the currently deployed authentication authority.
public const string
AuthnFailed
The authentication attempt failed.
public const string
InvalidNameIdPolicy
The responding provider cannot permit a subject confirmation based on the requirements of the requester.
public const string
RequestDenied
The SAML responder or SAML authority is able to process the request but has chosen not to respond.
public const string
UnknownPrincipal
The responding provider does not recognize the principal specified or implied by the request.
public const string
UnsupportedBinding
The SAML responder cannot properly fulfill the request using the protocol binding specified in the request.
public const string
NoPassive
The identity provider cannot authenticate the presenter in a manner that satisfies the IsPassive constraint of the request.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object