handling for RED-2651
This commit is contained in:
parent
f7ff2b646e
commit
e3c9d6d531
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ version.properties
|
||||
paligo-styles/style.css*
|
||||
|
||||
migrations.json
|
||||
*.iml
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
{
|
||||
"cli": {
|
||||
"analytics": "d22ff5ae-c863-4253-83e3-0a969e4bb5fe"
|
||||
},
|
||||
"version": 1,
|
||||
"projects": {
|
||||
"common-ui": {
|
||||
|
||||
@ -21,9 +21,7 @@ function getKeycloakOptions(configService: ConfigService, baseUrl: string) {
|
||||
initOptions: {
|
||||
checkLoginIframe: false,
|
||||
onLoad: 'check-sso',
|
||||
silentCheckSsoRedirectUri: environment.production
|
||||
? window.location.origin + baseUrl + '/assets/oauth/silent-refresh.html'
|
||||
: null,
|
||||
silentCheckSsoRedirectUri: window.location.origin + baseUrl + '/assets/oauth/silent-refresh.html',
|
||||
flow: 'standard',
|
||||
},
|
||||
enableBearerInterceptor: true,
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ADMIN_CONTACT_NAME": null,
|
||||
"ADMIN_CONTACT_URL": null,
|
||||
"API_URL": "https://dev-06.iqser.cloud/redaction-gateway-v1",
|
||||
"API_URL": "https://qa3.iqser.cloud/redaction-gateway-v1",
|
||||
"APP_NAME": "RedactManager",
|
||||
"AUTO_READ_TIME": 1.5,
|
||||
"BACKEND_APP_VERSION": "4.4.40",
|
||||
@ -17,7 +17,7 @@
|
||||
"MAX_RETRIES_ON_SERVER_ERROR": 3,
|
||||
"OAUTH_CLIENT_ID": "redaction",
|
||||
"OAUTH_IDP_HINT": null,
|
||||
"OAUTH_URL": "https://dev-06.iqser.cloud/auth/realms/redaction",
|
||||
"OAUTH_URL": "https://qa3.iqser.cloud/auth/realms/redaction",
|
||||
"RECENT_PERIOD_IN_HOURS": 24,
|
||||
"SELECTION_MODE": "structural"
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 712178ea34c998098cd2c079a0be1dd863dd266e
|
||||
Subproject commit a81e22c083fb82bdf21713fb6f8e5adfd9b0638e
|
||||
Loading…
x
Reference in New Issue
Block a user