<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
0D54z00007K9IEICA3Okta Classic EngineSingle Sign-OnAnswered2023-12-08T00:41:19.000Z2021-12-08T07:42:29.000Z2021-12-09T17:15:36.000Z
Invalid Name ID during Single Logout

I have created an Application on Okta for SAML SSO. Single Login is working as expected. I am using https://github.com/aacotroneo/laravel-saml2 package for the SAML2 part.

 

This is my SAML Logout Request XML sent to Okta using HTTP Redirect binding.

 

``` <samlp:LogoutRequest

   xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"

   xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"

   ID="ONELOGIN_cc6ef6a1640d109e7ee3de6b78aa88eae9baa2c0"

   Version="2.0"

   IssueInstant="2021-12-08T07:39:36Z"

   Destination="https://dev-82832681.okta.com/app/dev-82832681_schemaapp_1/exk2pl7q1uDDYbCXc5d7/slo/saml">

   <saml:Issuer>http://appdev.schemaapp.test/saml2/Slickdeals/metadata</saml:Issuer>

   <saml:NameID>ONELOGIN_dbea105d20382e5799161d0fca5221d6c51d4b28</saml:NameID>

   <samlp:SessionIndex>id95472156415414861341815572</samlp:SessionIndex>

</samlp:LogoutRequest>```

 

This seems fine as per documentation and example. But in Okta side, I see this:

 

/help/servlet/rtaImage?refid=0EM4z0000028mCK

 

What am i missing here? The certificates and keys are configured properly too.

 


This question is closed.
Loading
Invalid Name ID during Single Logout