diff --git a/projects/common/src/fm/shared/app.config.factory.ts b/projects/common/src/fm/shared/app.config.factory.ts index d010b17..e60dd5c 100644 --- a/projects/common/src/fm/shared/app.config.factory.ts +++ b/projects/common/src/fm/shared/app.config.factory.ts @@ -22,6 +22,7 @@ export function appConfigFactory(injector:Injector, appConfig: AppConfig, oauthS } }); oauthService.configure(authconfigFactory.getAuthConfig(appConfig)); + oauthService.setStorage(localStorage); oauthService.tokenValidationHandler = new JwksValidationHandler(); oauthService.tokenValidationHandler.validateAtHash = function () { return new Promise((res) => { res(true); })