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.​IdentityModel.​Client.​ResponseErrorType

Assembly: Duende.IdentityModel

Various reasons for a protocol endpoint error

Values

None
none
Protocol
protocol related - valid response, but some protocol level error.
Http
HTTP error - e.g. 404.
Exception
An exception occurred - exception while connecting to the endpoint, e.g. TLS problems.
PolicyViolation
A policy violation - a configured policy was violated.