TF-4186 Implement remember choose organisation server
This commit is contained in:
@@ -178,19 +178,12 @@ abstract class ReloadableController extends BaseController {
|
||||
required TokenOIDC tokenOIDC,
|
||||
required OIDCConfiguration oidcConfiguration,
|
||||
}) {
|
||||
final baseUrl = baseUri.toString();
|
||||
dynamicUrlInterceptors.setJmapUrl(baseUrl);
|
||||
dynamicUrlInterceptors.changeBaseUrl(baseUrl);
|
||||
authorizationInterceptors.setTokenAndAuthorityOidc(
|
||||
newToken: tokenOIDC,
|
||||
newConfig: oidcConfiguration,
|
||||
);
|
||||
authorizationIsolateInterceptors.setTokenAndAuthorityOidc(
|
||||
newToken: tokenOIDC,
|
||||
newConfig: oidcConfiguration,
|
||||
setDataToInterceptors(
|
||||
baseUrl: baseUri.toString(),
|
||||
tokenOIDC: tokenOIDC,
|
||||
oidcConfiguration: oidcConfiguration,
|
||||
);
|
||||
|
||||
getOidcUserInfo(oidcConfiguration);
|
||||
getSessionAction();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user