Using the IdentityServer, the "refresh_token" is provided when we are authenticated.
So it's provided to the "OpenIDConnectClientBase::retrieveTokens()" method but currently not propagated.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | openid_connect-add_support_for_refresh_token_on_login-2769767-6.patch | 658 bytes | sanduhrs |
| #2 | openid_connect-add_support_for_refresh_token_on_login-2769767-2.patch | 658 bytes | sebastien m. |
Comments
Comment #2
sebastien m. commentedHere is my patch.
Comment #4
pjcdawkins commentedCommitted - thanks!
Comment #5
sanduhrsLet's see if this should be ported to d8.
Comment #6
sanduhrsComment #8
sanduhrsCommitted to D8, thanks!