Possibility to configure an OpenID Connect provider on the instance level WIP (#128).
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user