Files
deployment-portal-fe/config.js
Abhishek Katiyar 4d05e5b71e [ch11577] | Abhishek | Add webpack configuration for local development
environment and add docker-compose.yaml
2020-05-27 05:37:41 +05:30

8 lines
221 B
JavaScript

window.config = {
ISSUER: 'https://navi-2020.okta.com',
REDIRECT_URI: 'http://localhost:3000/implicit/callback',
CLIENT_ID: '0oaa0a9up1F7lQc5A4x6',
SCOPE: 'openid groups',
RESPONSE_TYPE: 'id_token',
}