When I set "SaveTokens = true" in the OpenIdConnectOptions, the access token and refresh token are stored in the authentication cookie. If I get a new access token (using the refresh token), how can I update the cookie with the new access token?
↧
When I set "SaveTokens = true" in the OpenIdConnectOptions, the access token and refresh token are stored in the authentication cookie. If I get a new access token (using the refresh token), how can I update the cookie with the new access token?