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"]
|