LSFormAction Enumeration
Indicates the requested operation to an AD FS Web form.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public enum LSFormAction
public enum class LSFormAction
type LSFormAction
Public Enumeration LSFormAction
Members
Member name | Description | |
---|---|---|
CleanupNested | Requests the Web form to issue requests to applications, usually using <img> tags, to delete their cookies. This is set during sign out when a request has been received from an account partner to delete cookies. |
|
CleanupTopLevel | Requests the Web form to issue requests to each application, usually using an <img> tag, and to each resource partner, usually using frames or iframes, to delete their cookies. This is set during sign out when the home realm of the user is the current realm. |
|
CollectAdditionalCredentials | Requests the Web form to examine the acceptable authentication methods and collect the appropriate credentials. This is set when an authenticated user attempts to access a resource that requires credentials not collected from the user. |
|
CollectInitialCredentials | Requests the Web form to examine the acceptable authentication methods and apply necessary business logic to determine what type of authentication to perform. This is set when an unauthenticated user whose home realm is the current realm must enter credentials. |
|
DiscoverClientRealm | Requests the Web form to interact with the client to determine the home realm. This is set when the Federation Server or Federation Server-proxy is unable to discover the home realm of the client by automated means. |
|
None | Never set when the FS or FS-proxy invokes a Web form. |
|
PolicyEnforcement | Requests the Web form to display any privacy policy and require user acknowledgment. This is set during the policy enforcement step of log on. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top