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.

interface Duende.​IdentityServer.​Saml.​Services.​ISamlResourceResolver

Assembly: Duende.IdentityServer

Resolves the claim types that a SAML service provider is allowed to receive, based on its AllowedScopes and RequestedClaimTypes configuration. AllowedScopes must contain only identity resource names — API resource scopes are not supported for SAML service providers.

Methods

ResolveRequestedClaimTypesAsync​(Models.​SamlServiceProvider sp, System.​Threading.​CancellationToken ct)
Resolves the claim types for the given service provider.
Returns A result indicating success with the resolved claim types, or failure with an error reason.
sp The service provider to resolve claim types for.
ct Cancellation token.