|
@@ -20,7 +20,12 @@ let config = {
|
|
|
const _$httpWith500Msg = axios.create(config);
|
|
|
const _$http = axios.create(config); // no auto 500 error UI
|
|
|
const _$httpWithoutBar = axios.create(config);
|
|
|
-const noauthUrls = ["/auth/login", "/auth/version", "/auth/thirdPartyAccess"];
|
|
|
+const noauthUrls = [
|
|
|
+ "/auth/login",
|
|
|
+ "/auth/version",
|
|
|
+ "/auth/thirdPartyAccess",
|
|
|
+ "/sso/login",
|
|
|
+];
|
|
|
|
|
|
/**
|
|
|
* A. token lifecycle
|