How to refresh access token

后端 未结 2 1804
夕颜
夕颜 2021-01-02 05:43

I have an Asp.net 2.0 core web application which connects to an Identity server 4 application for authentication. There is also an API involved. The API c

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 06:14

    for automatic refresh token, add options.Scope.Add("offline_access"); to AddOpenIdConnect() options.

提交回复
热议问题