
ymwc1 (ymwc1) asked a question.
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.

Hello
We just faced same probs. We just add some line for logout in the XML metada frame ..
Hi Roussin,
Can you please explain it in more details?
Which lines you added in xml metadata ?
Where is the xml metadata?
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"/>
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.
Single Logout URL =http://localhost:12123/Account/Logout