feat(openid): add well-known openid config page

This commit is contained in:
Matthieu Bessat 2024-11-11 21:43:39 +01:00
parent 66b7a256cf
commit a7f6c28e0d
7 changed files with 52 additions and 1 deletions

View file

@ -1,4 +1,5 @@
[instance]
base_uri = "http://localhost:8085"
name = "Example org"
logo_uri = "https://example.org/logo.png"
@ -9,7 +10,8 @@ description = "A super application where you can do everything you want."
client_id = "a1785786-8be1-443c-9a6f-35feed703609"
client_secret = "49c6c16a-0a8a-4981-a60d-5cb96582cc1a"
allowed_redirect_uris = [
"http://localhost:9090/authorize"
"http://localhost:9090/authorize",
"http://localhost:9876/callback"
]
[[roles]]