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.​Models.​SamlAuthenticationRequest
Assembly: Duende.IdentityServer
Inheritance: object → SamlAuthenticationRequest
Represents contextual information about a SAML authentication request.
Properties
public required
Models.​SamlServiceProvider
ServiceProvider
Gets or sets the Service Provider making the authentication request.
public
AuthNRequest
AuthNRequest
Gets or sets the original SAML AuthnRequest.
Will be null for IdP-initiated SSO flows.
public
RequestedAuthnContext
RequestedAuthnContext
Gets the requested authentication context from the AuthNRequest.
This is a convenience property that accesses AuthNRequest.RequestedAuthnContext.
public
string
RelayState
Gets or sets the RelayState parameter to be echoed back to the Service Provider.
For IdP-initiated SSO, this typically contains the target URL at the SP.
public
bool
IsIdpInitiated
Gets or sets a value indicating whether this is an IdP-initiated SSO flow.
If true, there was no AuthnRequest and the response will be unsolicited.
Methods
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