diff --git a/config.js b/config.js index 110de5f..46fed9b 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ window.config = { - ISSUER: 'https://navi-2020.okta.com', + ISSUER: 'https://navi.okta.com', REDIRECT_URI: 'http://localhost:3000/implicit/callback', - CLIENT_ID: '0oaa0a9up1F7lQc5A4x6', + CLIENT_ID: '0oa40w5ej7rLPe1MO357', SCOPE: 'openid groups', RESPONSE_TYPE: 'id_token', - BACKEND_URL: 'http://localhost:8090' + BACKEND_URL: 'http://localhost:3000' } diff --git a/docker-compose.yaml b/docker-compose.yaml index faa09f6..54c8c53 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,9 +6,9 @@ services: ports: - 3000:8080 environment: - - ISSUER=https://navi-2020.okta.com + - ISSUER=https://navi.okta.com - REDIRECT_URI=http://localhost:3000/implicit/callback - - CLIENT_ID=0oaa0a9up1F7lQc5A4x6 + - CLIENT_ID=0oa40w5ej7rLPe1MO357 - SCOPE=openid groups - RESPONSE_TYPE=id_token - - BACKEND_URL=https://deployment-portal-backend.np.navi-tech.in \ No newline at end of file + - BACKEND_URL=http://localhost:3000 \ No newline at end of file