[ch11577] | Kaushik | Add navi okta nonprod app client id as default config for workstations
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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
|
||||
- BACKEND_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user