IdentityModel.OidcClient
IdentityModel.OidcClient copied to clipboard
Getting unauthorized client issue
I updated identity model Odic client from 3.1 to 5.0 , I found response mode and flow missing from options , I commented them and deploy but getting Unauthorized client error.
What IdP are you using?
I am using Xamarin android application , when I use identity model older version I was able to run application , now when I try to update identity model , as now I am trying to send my locale string in logout request state query string. But after I update I am getting unauthorized client error.
I tried to send cookies from Xamarin app to Oidc client , But I did not find any way to pass locale through cookies.
Any update @leastprivilege ?
What IdP are you using?
no - do you have one?
@AjitKRuin @leastprivilege Is there any update on this issue? I am facing same in my Xamarin app.