SAML logout implicitly invalidate the associated refresh token #40523
Labels
>enhancement
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Team:Security
Meta label for security team
Currently, for the SAML logout action, the
access_token
is required and it is then invalidated. The associatedrefresh_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 therefresh_token
during logout is trappy.WDYT? @jkakavas @tvernum
The text was updated successfully, but these errors were encountered: