generated from coulomb/repo-seed
Some checks failed
Build and Publish Container Image / build-and-push (push) Has been cancelled
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
issuer: "http://localhost:8080"
|
|
port: 8080
|
|
tokenLifetime: "15m"
|
|
privateKeyPem: "/etc/keycape/key.pem"
|
|
environment: "dev"
|
|
lldap:
|
|
url: "ldap://lldap:3890"
|
|
bindDN: "cn=admin,ou=people,dc=netkingdom,dc=local"
|
|
bindPW: "adminpassword"
|
|
baseDN: "dc=netkingdom,dc=local"
|
|
authelia:
|
|
baseURL: "http://authelia:9091"
|
|
browserBaseURL: "http://localhost:9091"
|
|
tokenBaseURL: "http://authelia:9091"
|
|
clientId: "keycape"
|
|
clientSecret: "changeme"
|
|
redirectURI: "http://localhost:8080/authorize/callback"
|
|
privacyidea:
|
|
baseURL: "http://privacyidea:80"
|
|
adminToken: "changeme"
|
|
realm: "netkingdom"
|
|
clients:
|
|
- clientId: "demo-app"
|
|
displayName: "Demo Application"
|
|
redirectUris:
|
|
- "http://localhost:3000/callback"
|
|
- "http://127.0.0.1:8876/oidc/callback"
|
|
- "http://localhost:8876/oidc/callback"
|
|
allowedScopes: ["openid", "profile", "email", "groups"]
|
|
grantTypes: ["authorization_code"]
|
|
clientType: "public"
|
|
- clientId: "netkingdom-bootstrap-console"
|
|
displayName: "NetKingdom Bootstrap Console"
|
|
redirectUris:
|
|
- "http://127.0.0.1:8876/oidc/callback"
|
|
- "http://localhost:8876/oidc/callback"
|
|
allowedScopes: ["openid", "profile", "email", "groups"]
|
|
grantTypes: ["authorization_code"]
|
|
clientType: "public"
|