SignOnRequestParameters Class

Active Directory Federation Services 2.0
 

Contains sign-on parameters used for SAML-based IdP-initiated single sign-on (SSO).

Namespace:   Microsoft.IdentityServer.Web
Assembly:  Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)

System.Object
  Microsoft.IdentityServer.Web.SignOnRequestParameters

public class SignOnRequestParameters

NameDescription
System_CAPS_pubmethodSignOnRequestParameters()

Initializes a new instance of the SignOnRequestParameters class.

NameDescription
System_CAPS_pubpropertyConsent

Gets or sets the consent identifier for an authentication request.

System_CAPS_pubpropertyForceAuthentication

Gets or sets a value that specifies whether the principal must be authenticated directly by the IdP for this request.

System_CAPS_pubpropertyIsPassive

Gets or sets a value that specifies whether the sign-on request should be performed passively; that is, without noticeable interaction required by the user.

System_CAPS_pubpropertyRequestedAuthenticationContext

Gets or sets the request authentication context.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

A SignOnRequestParameters object is passed to the IdentityProviderInitiatedSignonPage.SignIn(String, SignOnRequestParameters) method, which is called to perform IdP-initiated sign-on. By setting the properties of the SignOnRequestParameters object, sign-on behavior and requirements can be specified.

The default implementation of the Sign-In Pages contains support only for specifying a consent identifier through a drop-down list that can be enabled from the web.config file. You can modify the IdpInitiatedSignOn.aspx.cs code-behind file and the IdpInitiatedSignOn.aspx file to provide support for specifying additional sign-on parameters using query string parameters or UI elements. For more information, including code samples, see IdpInitiatedSignOnPage Class Overview.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: