PKCE is now default enabled. You can now create public / no-secret apps OIDC apps

This commit is contained in:
Dan Milne
2025-12-31 09:22:18 +11:00
parent 00eca6d8b2
commit cc7beba9de
15 changed files with 456 additions and 64 deletions

View File

@@ -13,6 +13,7 @@ kavita_app:
https://kavita.example.com/signout-callback-oidc
metadata: "{}"
active: true
require_pkce: false
another_app:
name: Another App
@@ -24,6 +25,7 @@ another_app:
https://app.example.com/auth/callback
metadata: "{}"
active: true
require_pkce: false
audiobookshelf_app:
name: Audiobookshelf
@@ -35,3 +37,4 @@ audiobookshelf_app:
https://abs.example.com/auth/openid/callback
metadata: "{}"
active: true
require_pkce: false