You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deploy the sample on Ad Azure free for testing and I get an error when call the api with WPF application (also with blazor app with identitifcation)
I have deploy the sample on Ad Azure free for testing and I get an error when call the api with WPF application (also with blazor app with identitifcation)
error : AuthenticationFailed: 'IDX10503: Signature validation failed. Keys tried: 'Microsoft.IdentityModel.Tokens ..
I'm get token with token and I place this one in user call :
private async Task GetToken()
{
HttpClient cli = new HttpClient();
Tank's for you help
The text was updated successfully, but these errors were encountered: