Click or drag to resize
RestApiAuthMgrWinformsOpenSsoPageInternal Method
Opens the specified SSO URL to the user.

Namespace: Rally.RestApi.UiForWinforms
Assembly: Rally.RestApi.UiForWinforms (in Rally.RestApi.UiForWinforms.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
protected override void OpenSsoPageInternal(
	Uri ssoUrl
)

Parameters

ssoUrl
Type: SystemUri
The Uri that the user was redirected to in order to perform their SSO authentication.
See Also