oidc: set route prfix for issues

This commit is contained in:
Johannes Zellner
2023-03-15 18:12:49 +01:00
parent ff697f8d33
commit da77b1ae5d

View File

@@ -467,7 +467,7 @@ async function getProvider(routePrefix) {
}
};
const provider = new Provider(`https://${settings.dashboardFqdn()}`, configuration);
const provider = new Provider(`https://${settings.dashboardFqdn()}${routePrefix}`, configuration);
provider.proxy = true
return provider;