14 lines
271 B
TOML
14 lines
271 B
TOML
|
host = "0.0.0.0"
|
||
|
port = 8000
|
||
|
issuer_uri = "http://localhost:8000/"
|
||
|
issuer_name = "My Issuer"
|
||
|
salt = "SOMETHING SOMETHING"
|
||
|
rsa_key_file = "rsa-key.pk8"
|
||
|
|
||
|
[clients]
|
||
|
|
||
|
[clients.a1]
|
||
|
name = "a1.example.com"
|
||
|
client_secret = "SECRET"
|
||
|
redirect_uris = ["https://a1.example.com/cb"]
|