I have mentioned that reactive spring client cannot be integrated using the cas-client library before. Because cas-client doesn’t support reactive, so i have explained the way to integrate using OpenID Connect. (https://dgempiuc.medium.com/spring-cloud-gateway-and-apereo-cas-integration-fbb6d5c8440c) {
"@class" : "org.apereo.cas.support.oauth.services.OAuthRegisteredService",
...
"description": "Spring Cloud Gateway client",
"logoutUrl" : "http://gateway-url/oidc/logout",
...
}