From 135f2c2152ea96221fb83d7eb47ebce070c4ca38 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Thu, 10 Nov 2022 17:04:25 +0300 Subject: [PATCH] fix(#169): well know url --- src/features/AuthStore/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index 4edfec33..3ba8ee70 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -48,7 +48,7 @@ export const getClientSettings = (): Settings => ({ client_id: client.auth.clientId, filterProtocolClaims: false, loadUserInfo: false, - metadataUrl: `${AUTH_SERVICE}/.well-known/openid-configuration${client.auth.metaDataUrlParams || ''}`, + metadataUrl: `https://api.auth.test.insports.tv/.well-known/openid-configuration${client.auth.metaDataUrlParams || ''}`, redirect_uri: redirectUrl(), response_mode: 'query', response_type: 'id_token token',