MsalError.NonHttpsRedirectNotSupported Field

Definition

Non HTTPS redirects are not supported

What happens?

This error happens when the authorization flow, which collects user credentials, gets redirected to an page that is not supported, for example if the redirect occurs over http. This error does not trigger for the final redirect, which can be http://localhost, but for intermediary redirects.

Mitigation

This usually happens when using a federated directory which is not setup correctly.
public const string NonHttpsRedirectNotSupported;
val mutable NonHttpsRedirectNotSupported : string
Public Const NonHttpsRedirectNotSupported As String 

Field Value

Applies to