This commit is contained in:
Matthieu Bessat 2024-12-09 09:38:39 +01:00
parent 1b21ee1573
commit ca84a0f99f
10 changed files with 233 additions and 40 deletions

View file

@ -1,8 +1,21 @@
[instance]
base_uri = "http://localhost:8085"
name = "Example org"
base_uri = "https://auth.fictive.org"
name = "Fictive's auth"
logo_uri = "https://example.org/logo.png"
[[applications]]
slug = "listmonk"
name = "Listmonk"
description = "Newsletter tool."
client_id = "da2120b4-635d-4eb5-8b2f-dbae89f6a6e9"
client_secret = "59da2291-8999-40e2-afe9-a54ac7cd0a94"
login_uri = "https://lists.fictive.org"
allowed_redirect_uris = [
"https://lists.fictive.org/auth/oidc",
]
visibility = "Internal"
authorize_flow = "Implicit"
[[applications]]
slug = "demo_app"
name = "Demo app"