Gather validated OIDC config during autodiscovery (#27047)
This commit is contained in:
parent
465131a836
commit
282d71730b
2 changed files with 4 additions and 1 deletions
|
@ -199,7 +199,7 @@ async function verifyServerConfig(): Promise<IConfigOptions> {
|
|||
}
|
||||
}
|
||||
|
||||
validatedConfig = AutoDiscoveryUtils.buildValidatedConfigFromDiscovery(serverName, discoveryResult, true);
|
||||
validatedConfig = await AutoDiscoveryUtils.buildValidatedConfigFromDiscovery(serverName, discoveryResult, true);
|
||||
} catch (e) {
|
||||
const { hsUrl, isUrl, userId } = await Lifecycle.getStoredSessionVars();
|
||||
if (hsUrl && userId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue