add dex local oidc compose

This commit is contained in:
2026-08-27 20:08:43 +00:00
parent 9099ddeb78
commit 11ad7bfbeb
3 changed files with 161 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const key = 'oidc';
export function getModuleConfig() {
const config = getConfig();
return {
title: 'FedID',
title: process.env.OIDC_BUTTON_LABEL || 'FedID',
icon: 'login',
issuer: process.env.OIDC_ISSUER,
authorizationURL: process.env.OIDC_AUTHORIZATION_URL,