我根据此示例(AuthorizationCodeProvider: Create is never called, how do I generate the authorization code?)实现了autorization_code,但在获取带有授权码的access_token时遇到问题。
我使用以下参数呼叫 / oauth / token :
我得到“ invalid_grant”。在AuthorizationCodeProvider.ReceivedAsync中,票证已正确反序列化,但是在此调用之后它将返回错误。你知道可能是什么问题吗?
谢谢!