When acting as both an Identity Provider and a Service Provider, should I point both SingleLogoutServiceURLs to different services?

Hi there,

I am working on an integration where we can act as both a ServiceProvider and an IdentityProvider. In the Examples listed in the provided download, there is either an ExampleIdentityProvider or a ExampleServiceProvider. Both have respective SLOServices.aspx.cs which make the assumption that the RecieveSLO is coming form either the SP or IDP. If I am acting as both IDP and SP, I would need to tell which one was receiving then point to the respecting ReceiveSLO method, or point them to different SLOServices, correct?

Thanks in advance.

You should have separate endpoints for SLO services. Currently we don’t support a single SLO service when acting as both the IdP and SP.