Hello.
I installed cas as Oauth provider.
Then there is one problem with signing out.
{
"@class" : "org.jasig.cas.support.oauth.services.OAuthRegisteredService",
"clientId": "clientid",
"clientSecret": "clientSecret",
"bypassApprovalPrompt": true,
"generateRefreshToken": true,
"supported_grants" : ["authorization_code"],
"supported_responses" : ["code"],
"serviceId" : "^(http|https)://(localhost):9000/login",
"name" : "oauthClient",
"id" : 111111111,
"logout_type": "BACK_CHANNEL",
"attributeReleasePolicy" : {
"@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
}
}
And the request is not sent to the logout url either.