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.​ResponseHandling.​Saml2SsoInteractionResponseGenerator
Assembly: Duende.IdentityServer
Inheritance: object → Saml2SsoInteractionResponseGenerator
Implemented Interfaces
Determines whether user interaction (login) is required for a SAML SSO request. This generator is only invoked on the SSO endpoint path (initial AuthnRequest processing), where <see cref="P:Duende.IdentityServer.Saml.Validation.ValidatedAuthnRequest.AuthnRequest" /> is always populated from the parsed XML. It is never called on the callback path after login.
Methods
public
System.​Threading.​Tasks.​Task<​Saml2InteractionResponse>
ProcessInteractionAsync​(Validation.​ValidatedAuthnRequest request,
System.​Threading.​CancellationToken ct)
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