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.​Services.​SamlResourceResolutionResult
Assembly: Duende.IdentityServer
Inheritance: object → SamlResourceResolutionResult
The result of resolving claim types for a SAML service provider.
Properties
public
bool
Succeeded
Gets whether the resolution succeeded.
public
System.​Collections.​Generic.​IReadOnlyList<​string>
ClaimTypes
Gets the resolved claim types. Only populated when <see cref="P:Duende.IdentityServer.Saml.Services.SamlResourceResolutionResult.Succeeded" /> is true.
ValidatedResources
Gets the validated resources. Only populated when <see cref="P:Duende.IdentityServer.Saml.Services.SamlResourceResolutionResult.Succeeded" /> is true.
public
string
Error
Gets the error description. Only populated when <see cref="P:Duende.IdentityServer.Saml.Services.SamlResourceResolutionResult.Succeeded" /> is false.
Methods
public static
SamlResourceResolutionResult
Success​(System.​Collections.​Generic.​IReadOnlyList<​string> claimTypes,
Validation.​ResourceValidationResult validatedResources)
Creates a successful result.
public static
SamlResourceResolutionResult
Failure​(string error)
Creates a failed result.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object