- Issue created by @kdmdrupal
- Status changed to Closed: outdated
8 months ago 8:03pm 30 August 2024 This is the Drupal core issue queue. You should ask for support in the contributed projects you are using in this setup.
I have configured Drupal as an identify provider using simplesamlphp along with drupalauth4ssp. Everything works fine for authenticating with service provide with 3rd party. The only issue I have is with logout. Currently, the initiated logout from Drupal IDP is sending a 'GET' and I need to send a 'POST'.
The 3rd party uses Keycloak. Based on the client the logout request is not being processed as a 'GET' and need to be a 'POST'. How do send a 'POST'?
I can see the logout process is being called in Drupal\drupalauth4ssp\SspHandler.php class.
NOTE:
We are working on upgrading [process is starting next week] to Drupal 10 and if there are no issues plan on upgrading to Drupal 11 immediately. However, SSO must be implemented now as part of current project.
This is the Drupal core issue queue. You should ask for support in the contributed projects you are using in this setup.