Open
Description
Currently, for the SAML logout action, the access_token
is required and it is then invalidated. The associated refresh_token
is an optional parameter. If present, it will be invalidated as well.
I propose we implicitly invalidate the associated refresh_token
and remove this parameter. I believe the simple case of not invalidating the refresh_token
during logout is trappy.
WDYT? @jkakavas @tvernum