9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
window.config = {
|
|
ISSUER: 'https://navi.okta.com',
|
|
REDIRECT_URI: 'http://localhost:3000/implicit/callback',
|
|
CLIENT_ID: '0oa40w5ej7rLPe1MO357',
|
|
SCOPE: 'openid groups',
|
|
RESPONSE_TYPE: 'id_token',
|
|
BACKEND_URL: 'http://localhost:8080'
|
|
}
|