-1

Trying to implement a Soap header handler I need a specific example of a Soap request that the Sonos client will make which includes the SessiondId.

Thanks

1 Answers1

0

We are deprecating support for sessionid-based authentication. It will continue to work, but future integrations should be built using app linking.

In the meantime, a sessionid-container header would contain this credentials object:

  <ns:credentials>
     <ns:deviceId>00:00:00:00:00</ns:deviceId>
     <ns:deviceProvider>Sonos</ns:deviceProvider>
     <ns:sessionId>[sessionIdentifier]</ns:sessionId>
  </ns:credentials>
Matt Welch
  • 827
  • 2
  • 6
  • 12