Apache IoTDB
Casdoor pode se conectar facilmente ao Apache IoTDB.
Apache IoTDB Web Workbench already includes Casdoor support. Configure the backend application.yml and enable the front-end switch.
Passo 1: Implementar Casdoor
Deploy Casdoor. See Server installation. Ensure the server is running and you can sign in at the Casdoor login page.
Passo 2: Configurar Casdoor
Create an organization and an application in Casdoor (see Application and Organization).
2.1 Criar uma organização

2.2 Criar uma aplicação

Passo 3: Ativar o interruptor do front-end do Apache IoTDB Web Workbench
Abra este interruptor para enviar o código e o estado para o back-end.
Este interruptor pode ser encontrado no arquivo iotdb-web-workbench/fronted/.env.
Passo 4: Configurar o código do back-end
Configure Casdoor in iotdb-web-workbench/backend/src/main/resources/application.properties.
casdoor.endpoint = http://localhost:8000
casdoor.clientId = <client id from previous step>
casdoor.clientSecret = <client secret from previous step>
casdoor.certificate=<client certificate from previous step>
casdoor.organizationName=IoTDB
casdoor.applicationName=app-IoTDB
Resultado
