WSFederationAuthenticationModule.SignIn(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs sign-in to a security token service (STS) through the WS-Federation protocol.
public:
virtual void SignIn(System::String ^ ControlId);
public virtual void SignIn (string ControlId);
abstract member SignIn : string -> unit
override this.SignIn : string -> unit
Public Overridable Sub SignIn (ControlId As String)
Parameters
- ControlId
- String
The WSFAM saves this value in the wctx parameter in the WS-Federation sign in request; however, the module does not use it when processing sign-in requests or sign-in responses. You can set it to any value. It does not have to be unique. For more information, see the CreateSignInRequest(String, String, Boolean) method.
Remarks
The default implementation invokes the RedirectToIdentityProvider method to perform the sign-in.