commit | 2941f807946a1b25d6470e76cef42218bf7d32d4 | [log] [tgz] |
---|---|---|
author | liubao <bismy@qq.com> | Tue May 14 20:49:37 2024 +0800 |
committer | liubao68 <bismy@qq.com> | Tue May 14 20:55:12 2024 +0800 |
tree | c94ae57df512bedfda957b46381f56c7a8433fb4 | |
parent | a893f8808b39605b855847e75c5770570ac7fd03 [diff] |
extract apis
This project is servicecomb-java-chassis security support. The main architecture is based on The OAuth 2.0 Authorization Framework and OpenID Connect. And provides APIs for developers based on Spring Security. Please see developers guide for details.
This project contains authentication-server, resource server and edge service.
Authentication Server uses MySql database. Install database first, and initialize it by executing authentication-server\src\main\resources\sql\user.sql .
build_and_run.bat
Can open this file with a text editor to check what it is done.
Using admin/changeMyPassword login to the demo pages, and try operations.
http://localhost:9090/ui/login.html
After services are started, try
http://localhost:9093/v1/test/start
This test will token several seconds. See AuthenticationTestCase for testing details.