<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
0D51Y00008FLPERSA5Okta Classic EngineSingle Sign-OnAnswered2024-04-15T12:53:37.000Z2020-04-13T13:27:27.000Z2020-04-13T16:40:48.000Z

ymwc1 (ymwc1) asked a question.

Single Logout URL Issue

Hi,

I am creating an application in OKTA. Added below urls while creating okta.

Single sign on URL = MyURL1

Single Logout URL = MyURL2

'

Once app created. Then click on OKTA App Icon, it redirectd to MyURL1 successfully and I am getting saml responses also.

But when I logout from OKTA, it should redirect to my application logout url i.e. MyURL2 here.

But it is not hitting Logout url from OKTA.

 

Can anyone please help me in this issue?

Thanks.

 

 


  • x9skt (x9skt)

    Hello

     

    We just faced same probs. We just add some line for logout in the XML metada frame ..

    • ymwc1 (ymwc1)

      Hi Roussin,

      Can you please explain it in more details?

      Which lines you added in xml metadata ?

      Where is the xml metadata?

  • x9skt (x9skt)

    in the SSO parameter of your app and if you use the SAML protocol. Metada are in an XML file. Lines are <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https : ADD HERE THE LOGOUT URL"/>

  • ymwc1 (ymwc1)

    I just added logout url as per below. Where is metadata over there? where to add these type of line? Can you please highlight more? FYI I am using IDP-initiated approach.

This question is closed.
Loading
Single Logout URL Issue