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.​Serialization.​ServiceProviderEntityResolver
Assembly: Duende.IdentityServer
Inheritance: object → ServiceProviderEntityResolver
Resolves a <see cref="T:Duende.IdentityServer.Saml.Saml2Entity" /> from <see cref="T:Duende.IdentityServer.Stores.ISamlServiceProviderStore" /> for use as the <see cref="P:Duende.IdentityServer.Saml.Serialization.ISamlXmlReader.EntityResolver" /> on the IdP side.
Methods
public
System.​Threading.​Tasks.​Task<​Saml2Entity>
ResolveAsync​(string entityId,
System.​Threading.​CancellationToken ct)
Resolves a <see cref="T:Duende.IdentityServer.Saml.Saml2Entity" /> for the given entity ID by looking up the
corresponding service provider and mapping its signing certificates.
Returns <c>null</c> when the SP is not found or has no signing certificates.
entityId
The entity ID to resolve.
ct
Cancellation token.
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