Click or drag to resize

SSOAuthenticatorAuthorizationUrl Property

Overrides the AuthorizationUrl by taking the original url and redirecting the request through the provided identity provider uri. Once the identity provider has validated the claim with Cisco Services it will redirect back to continue a slimmed down version of oAuth authentication flow which has prefilled the user spark id. This flow only interacts with the user if they need to explicitly need to provide permissions to allow spark to use their account.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public string AuthorizationUrl { get; }

Property Value

Type: String
See Also