We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which Version of MSAL are you using ? Note that to get help, you need to run the latest version. Preview version are also ok. For ADAL, please log issues to https://github.com/AzureAD/azure-activedirectory-library-for-dotnet MSAL 4.1
What authentication flow has the issue?
Repro In the portal, users have the option of configuring the "default client type"
Note: This is quite confusing as I can configure redirect URIs for the public client but still have this checkbox set to "NO".
If I attempt IWA or Device Code Flow, the exception that we get back is:
MsalServiceException: AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'.
For U/P, the exception is:
.MsalClientException: Federated service at https://msft.sts.microsoft.com/adfs/services/trust/2005/usernamemixed returned error: ID3242: The security token could not be authenticated or authorized.
Proposed solution Re-Throw meaningful exceptions.
The text was updated successfully, but these errors were encountered:
Related bug reported by customer: Azure-Samples/active-directory-dotnetcore-devicecodeflow-v2#9
Sorry, something went wrong.
jennyf19
No branches or pull requests
Which Version of MSAL are you using ?
Note that to get help, you need to run the latest version. Preview version are also ok.
For ADAL, please log issues to https://github.com/AzureAD/azure-activedirectory-library-for-dotnet
MSAL 4.1
What authentication flow has the issue?
Repro
In the portal, users have the option of configuring the "default client type"
Note: This is quite confusing as I can configure redirect URIs for the public client but still have this checkbox set to "NO".
If I attempt IWA or Device Code Flow, the exception that we get back is:
MsalServiceException: AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'.
For U/P, the exception is:
.MsalClientException: Federated service at https://msft.sts.microsoft.com/adfs/services/trust/2005/usernamemixed returned error: ID3242: The security token could not be authenticated or authorized.
Proposed solution
Re-Throw meaningful exceptions.
The text was updated successfully, but these errors were encountered: