Skip to content

casdoor/shenyu-plugin-auth

Repository files navigation

title description keywords
ShenYu
Using Casdoor in ShenYu
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 and 123 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

1. Create or use an existing Casdoor application.

2. Add Your redirect url

Casdoor Application Setting

3. On the certificate editing page, you can see your Certificate.

Casdoor Certification Setting

Step3. Use casdoor plugin in shenyu

1. Config casdoor plugin in shenyu

Shenyu Config Plugin

note: because the shenyu only have Single line input box so we need add \n in every line of cert. Casdoor Certification Setting

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

Shenyu Casdoor You can config what you need to use casdoor config

3. Get the service and use

3.1 Visit the Web directly like

Shenyu Fail Login

3.2 Use casdoor login like this

Shenyu Login Shenyu Success Login

3.3 Carry token in Headers,you also can visit it

Shenyu token

3.4 It also can save name,id and organization in Headers so that you can use them in next time