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

This commit is contained in:
John Livingston
2024-04-16 18:49:23 +02:00
parent 669b260307
commit 43d0fba274
5 changed files with 224 additions and 22 deletions

View File

@ -82,7 +82,7 @@ async function getConverseJSParams (
try {
const oidc = ExternalAuthOIDC.singleton()
if (await oidc.isOk()) {
const authUrl = oidc.getAuthUrl()
const authUrl = oidc.getConnectUrl()
const buttonLabel = oidc.getButtonLabel()
if (authUrl && buttonLabel) {
externalAuthOIDC = {