MobileAppAuthenticationOptions.SkipTokenSignatureValidation Property
Gets or sets a value indicating whether signature validation should be performed on incoming authentication tokens. The default is false.
Namespace: Microsoft.Azure.Mobile.Server.Authentication
Assembly: Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)
Syntax
public bool SkipTokenSignatureValidation { get; set; }
public:
property bool SkipTokenSignatureValidation {
bool get();
void set(bool value);
}
member SkipTokenSignatureValidation : bool with get, set
Public Property SkipTokenSignatureValidation As Boolean
Property Value
Type: System.Boolean
Remarks
Only in advanced scenarios should this be set to true. For example if the application is behind another gateway component that is validating the token signatures.
See Also
MobileAppAuthenticationOptions Class
Microsoft.Azure.Mobile.Server.Authentication Namespace
Return to top