Hello,
In a project we use multiple WebComponents as microfrontends in a single page.
Each microfrontend is using its own clientId to make resource call.
I see the config being stored in LocalStorage under single key "appAuthConfig" which contains both "clientId" and "scopes". However, in IndexedDB we see one entry per clientId.
How can we have each microfrontend using their own configuration?
Thanks for your support,
Regards,
Serge
Hello,
In a project we use multiple WebComponents as microfrontends in a single page.
Each microfrontend is using its own clientId to make resource call.
I see the config being stored in LocalStorage under single key "appAuthConfig" which contains both "clientId" and "scopes". However, in IndexedDB we see one entry per clientId.
How can we have each microfrontend using their own configuration?
Thanks for your support,
Regards,
Serge