I'm using the keycloak adapter in my spring boot applications. I would like to use sign sign out. I added the openid-connect logout link to a page.

To let the keycloak server send signout requests to my web applications via the back channel I think I should configure the admin URL for each (spring boot) client.

Does the spring boot keycloak adapter implement the admin endpoint? And if so under which url is it available?