-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
完成shiro的单点退出功能,目前能够在shiro退出,cas能够也退出
尚未解决问题:cas退出,shiro未退出,因为shiro收不到退出通知
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
sso-server/src/main/resources/services/CasClient-10000001.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"@class": "org.apereo.cas.services.RegexRegisteredService", | ||
"serviceId" : "^(https|imaps|http)://localhost:8080/sample.*", | ||
"name": "CasClient-demo", | ||
"id": 10000001, | ||
"description": "CasClient-demo service", | ||
"evaluationOrder": 100, | ||
"theme":"apereo", | ||
"logoutUrl": "http://localhost:8080/sample/" | ||
} |
10 changes: 10 additions & 0 deletions
10
sso-server/src/main/resources/services/ShiroClient-10000000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"@class": "org.apereo.cas.services.RegexRegisteredService", | ||
"serviceId" : "^(https|imaps|http)://localhost:8083.*", | ||
"name": "ShiroClient-demo", | ||
"id": 10000000, | ||
"description": "ShiroClient-demo service", | ||
"evaluationOrder": 100, | ||
"theme":"apereo", | ||
"logoutUrl": "http://localhost:8083/logout" | ||
} |