casdoor / shenyu-plugin-auth

Casdoor SSO Plugin for Apache Shenyu
https://shenyu.apache.org/docs/plugin-center/security/casdoor
Apache License 2.0
1 stars 2 forks source link
apache auth authentication authorization casbin casdoor gateway gateway-api iam java middleware plugin shenyu sso

title: ShenYu description: Using Casdoor in ShenYu keywords: [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:

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