chore(core): Synchronize OIDC settings updates in multi main (#19360)

This commit is contained in:
Andreas Fitzek
2025-09-15 12:42:11 +02:00
committed by GitHub
parent eab99bf87e
commit 82184c770e
13 changed files with 549 additions and 30 deletions

View File

@@ -76,6 +76,7 @@ describe('OIDC service', () => {
};
await oidcService.updateConfig(newConfig);
const loadedConfig = await oidcService.loadConfig();
expect(loadedConfig.clientId).toEqual('test-client-id');