ShenYu
ShenYu has casdoor plugin to use casdoor
Step1. Deploy Casdoor
Firstly, the Casdoor should be deployed.
You can refer to the Casdoor official documentation for the Server Installation.
After a successful deployment, you need to ensure:
- The Casdoor server is successfully running on http://localhost:8000.
- Open your favorite browser and visit http://localhost:7001, you will see the login page of Casdoor.
- Input
admin
and123
to test login functionality is working fine.
Then you can quickly implement a casdoor based login page in your own app with the following steps.
Step2. Configure Casdoor application
- Create or use an existing Casdoor application
- Add Your redirect url
- On the certificate editing page, you can see your
Certificate
Step3. Use casdoor plugin in shenyu
1. Config casdoor plugin in shenyu
note: because the shenyu only have Single line input box so we need add \n in every line of cert.
You can copy it and paste it on the certificate of shenyu casdoor config.
You don't need save it in casdoor certificate editing page,because it just for copying.
2. Confing shenyu casdoor's plugin
You can config what you need to use casdoor config
3. Get the service and use
3.1 Visit the Web directly like
3.2 Use casdoor login like this
3.3 Carry token in Headers,you also can visit it