I have setup SSO using OpenID Connect with my OpenID Provider.
From what I noticed, when I click on the logout button in the community portal it only removes its local session. Which means when I click on login again I would automatically be logged in. This is acceptable and will cater most cases.
But I am curious to know whether there is a way to send a logout request to my identity provider when someone logs out of the community portal essentially to terminate the session at the OpenID Provider.
The OpenID provider I am integrating with does support a logout endpoint.