Per http://tools.ietf.org/html/rfc6749#section-5.1 the field expires_in in 'only' recommended in the access token returned by the openid connect server. Specifically coreos/dex doesn't return it.
Currently there is a warning because the filed is used without checking first if it exists.
| Comment | File | Size | Author |
|---|---|---|---|
| noexpire.patch | 1 KB | yaslama |
Comments
Comment #2
pjcdawkins commentedSeems right to me.
Comment #4
sanduhrsLooking good to me.
Commited and pushed to 8.x-1.x branch.
Comment #6
pjcdawkins commentedCommitted to 7.x-1.x. Thanks