2024-10-20 22:05:20 +00:00
|
|
|
[instance]
|
|
|
|
name = "Example org"
|
|
|
|
logo_uri = "https://example.org/logo.png"
|
|
|
|
|
|
|
|
[[applications]]
|
|
|
|
slug = "demo_app"
|
|
|
|
name = "Demo app"
|
2024-11-09 18:57:15 +00:00
|
|
|
description = "A super application where you can do everything you want."
|
2024-10-20 22:05:20 +00:00
|
|
|
client_id = "a1785786-8be1-443c-9a6f-35feed703609"
|
|
|
|
client_secret = "49c6c16a-0a8a-4981-a60d-5cb96582cc1a"
|
2024-11-09 18:57:15 +00:00
|
|
|
allowed_redirect_uris = [
|
|
|
|
"http://localhost:9090/authorize"
|
|
|
|
]
|
2024-11-08 22:38:54 +00:00
|
|
|
|
|
|
|
[[roles]]
|
|
|
|
slug = "basic"
|
|
|
|
name = "Basic"
|
|
|
|
description = "Basic user"
|
|
|
|
default = true
|
|
|
|
|
|
|
|
[[roles]]
|
|
|
|
slug = "admin"
|
|
|
|
name = "Administrator"
|
|
|
|
description = "Full power on organization instance"
|
|
|
|
|