MsalError.NoClientId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What happens?
You haven't set a client ID.Mitigation
Use the application ID (a GUID) from the application portal as client ID in this SDKpublic const string NoClientId;
val mutable NoClientId : string
Public Const NoClientId As String