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

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.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