Unable to validate the 'id_token', no suitable ISecurityTokenValidator was found for: ''."

半城伤御伤魂 提交于 2019-12-13 03:49:00

问题


I am getting this exception in my ASP.NET Core 2.1 app. What does it mean? My request to AAD was for both code and id_token. I successfully completed the OnAuthorizationCodeReceived handler and exchanged the code for an access token but the app throws the exception. Where do I even start debugging this?

来源:https://stackoverflow.com/questions/52847450/unable-to-validate-the-id-token-no-suitable-isecuritytokenvalidator-was-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!