RestApiAuthMgrWpfOpenSsoPageInternal Method |
Opens the specified SSO URL to the user.
Namespace: Rally.RestApi.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax protected override void OpenSsoPageInternal(
Uri ssoUrl
)
Protected Overrides Sub OpenSsoPageInternal (
ssoUrl As Uri
)
protected:
virtual void OpenSsoPageInternal(
Uri^ ssoUrl
) override
abstract OpenSsoPageInternal :
ssoUrl : Uri -> unit
override OpenSsoPageInternal :
ssoUrl : Uri -> unit
Parameters
- ssoUrl
- Type: SystemUri
The Uri that the user was redirected to in order to perform their SSO authentication.
See Also