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.

enum Duende.​IdentityServer.​Saml.​Xml.​ErrorReason

Assembly: Duende.IdentityServer

Error reasons in the error reporting.

Values

UnexpectedLocalName
The local of the node name was not the expected.
UnexpectedNamespace
The namespace of the node was not the expected.
MissingAttribute
A required attribute was missing.
ConversionFailed
Value conversion failed for the attribute. The string representation is stored as <see cref="P:Duende.IdentityServer.Saml.Xml.Error.StringValue" /> .
NotAbsoluteUri
A string value that should be an absolute Uri wasn't that.
UnsupportedNodeType
When traversing child elements, an unsupported node type was encountered.
MissingElement
Tried to move to next child element, but there was none as it should be.
SignatureFailure
A signature failed validation.
ExtraElements
There are extra elements that were neither processed nor ignored.
EmptyElement
The element is present, but contains nothing.
UnsupportedElement
An element is recognized but not supported by this implementation.
InvalidElementCombination
The combination of child elements is not valid per the schema.