Files
windfree-poller/oauth.example.toml
2026-08-15 23:40:58 +02:00

20 lines
527 B
TOML

[server]
listen = "0.0.0.0"
port = 8088
public_url = "https://smartthings-oauth.attilabito.com"
[keycloak]
issuer = "https://sso.attilabito.com/realms/homelab"
client_id = "smartthings-oauth-bridge"
required_group = "smartthings-admin"
redirect_uri = "https://smartthings-oauth.attilabito.com/oauth/keycloak/callback"
[smartthings]
client_id = ""
redirect_uri = "https://smartthings-oauth.attilabito.com/oauth/smartthings/callback"
scopes = ["r:devices:$"]
[storage]
token_file = "/var/lib/smartthings-windfree/token.json"