<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y000091is6DSAQOkta Classic EngineAdministrationAnswered2020-08-19T13:36:23.000Z2020-08-19T10:50:43.000Z2020-08-19T13:36:23.000Z

GibranK.54400 (Customer) asked a question.

SAML SLO Certificate

I have successfully configured SSO using SAML in Okta. Now, I wanted to configure Single Logout(SLO). In the SAML setting of the application, it is expecting "Signature Certificate" to upload. How I will get this Signature Certificate?

 

Thanks


    • GibranK.54400 (Customer)

      Thanks for replying. Can you please let me know how to get this SP's CA certificate as I am now to Okta?

       

      Thanks

  • GibranK.54400 (Customer)

    In my case, I have a simple Spring Boot application who is talking to Okta through SAML. SSO is working fine. But in case of SLO, it is logging out, but after, it is signing it again automatically. My intuition says that I am using wrong certificate while configuring SLO.

     

    Any help is highly appreciated.

     

    Thanks

    Expand Post
    • I guess we have encountered a similar issue here 😅

      Just check if the SLO is sent out using HTTP GET method instead of HTTP POST. Okta expects a HTTP POST as per their documentation. I am checking with my engineering team if we can send a POST.

       

      But here I have another question too for OKTA team, if the SSO is supporting HTTP GET, then why HTTP POST for SLO ??

      Expand Post
  • GibranK.54400 (Customer)

    In my case, SLO("/saml/logout") is sending HTTP POST method with HTTP status of 302. Following this request, SSO request("/saml/SSO ") is executing(HTTP Status 200) and application signed in again automatically.

This question is closed.
Loading
SAML SLO Certificate