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",
"logout_url" : "http://localhost:9000/logout",
"attributeReleasePolicy" : {
"@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
}
}
Client start sign in -> Cas send access token -> sign in complete
if I connect to "https://localhost/cas", cas was already logged in. Signing
out expireds the ticket but does not expire the access token.
And the request is not sent to the logout url either.
What should I fix?
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/71fd3ff4-c9f9-46b7-b478-fe6d0793ff82%40apereo.org.