Possibility to configure an OpenID Connect provider on the instance level WIP (#128).

This commit is contained in:
John Livingston
2024-04-16 17:18:14 +02:00
parent e646ebfd69
commit 669b260307
11 changed files with 158 additions and 24 deletions

View File

@ -24,6 +24,7 @@ interface InitConverseJSParams {
autofocus?: boolean
externalAuthOIDC?: {
buttonLabel: string
url: string
}
}