Security logout endpoint should use a POST #27156
Labels
blocked
bug
Fixes for quality problems that affect the customer experience
Feature:Security/Authentication
Platform Security - Authentication
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
triage_needed
The security logout endpoint is currently using a
GET
, when it should be using aPOST
. This change was made to facilitate SAML, and will have to be investigated further.The text was updated successfully, but these errors were encountered: