subscribe-list/config.toml.sample

16 lines
416 B
Plaintext
Raw Normal View History

2024-04-08 08:50:25 +00:00
[oidc.google]
pretty_name = "Google"
issuer_url = "https://accounts.google.com"
client_id = "<TODO>"
secret = "<TODO>"
2024-04-08 10:00:24 +00:00
redirect_url = "https://my-site/subscription/callback/google"
2024-04-08 08:50:25 +00:00
scopes = ["email"]
[oidc.debian-salsa]
pretty_name = "Debian Salsa"
issuer_url = "https://salsa.debian.org"
client_id = "<TODO>"
secret = "<TODO>"
2024-04-08 10:00:24 +00:00
redirect_url = "https://my-site/subscription/callback/debian-salsa"
2024-04-08 08:50:25 +00:00
scopes = ["email"]