oidc: set route prfix for issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user