Via Built-in SSO
This is a free method to connect casdoor, but your website must use https;
Casdoor can use OIDC protocol as IDP to connect various applications. Here is a Jira tutorial.
The following are some of the names in the configuration:
CASDOOR_HOSTNAME
: Domain name or IP where Casdoor server is deployed.
Jira_HOSTNAME
: Domain name or IP where Jira is deployed.
Step1. Deploy Casdoor and Jira
Firstly, the Casdoor and Jira should be deployed.
After a successful deployment, you need to ensure:
- Casdoor can be logged in and used normally.
- You can set CASDOOR_HOSTNAME =
http://localhost:8000
. When deploy Casdoor inprod
mode. See production mode.
Step2. Configure Casdoor application
- Create or use an existing Casdoor application.
- Find Authentication methods:
- Add a Configure and choose OpenId Connection signle sign-on in Authenication method
- Find the redirect url:
- Add a redirect url:
Not surprisingly, you can get two values on the application settings page: Client ID
and Client secret
like the picture above, we will use them in the next step.
Open your favorite browser and visit: http://CASDOOR_HOSTNAME
/.well-known/openid-configuration, you will see the OIDC configure of Casdoor.
Step3. Configure Jira
We need continue to config our Configure in jira
You can configure more complex authorization later, for now check if OpenID actually works.