*测试 SSO
用于测试 SSO 的开发设置
设置
services: vaultwarden: build: . environment: DOMAIN: "http://localhost:8000" I_REALLY_WANT_VOLATILE_STORAGE: "true" SSO_ENABLED: "true" SSO_CLIENT_ID: "client" SSO_CLIENT_SECRET: "clientsecret" SSO_AUTHORITY: "http://auth.test:8080/mock" ports: - 127.0.0.1:8000:80 mock-oauth2: image: ghcr.io/navikt/mock-oauth2-server:0.5.10 hostname: "auth.test" ports: - 127.0.0.1:8080:8080
测试
最后更新于