Click or drag to resize
ApiAuthManagerReportSsoResults Method
Reports the results of an SSO action.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
protected void ReportSsoResults(
	bool success,
	string rallyServer,
	string zSessionID
)

Parameters

success
Type: SystemBoolean
Was SSO authentication completed successfully?
rallyServer
Type: SystemString
The server that the ZSessionID is for.
zSessionID
Type: SystemString
The zSessionID that was returned from Rally.
See Also