I am using okta-signin-widget in my angular app. I want to configure the inner OktaAuth to write the token into the session storage instead fo local storage.
I know OktaAuth has this config but I couldn’t find away to change in okta-signin-widget
Has anyone been able to get the tokens saved to sessionStorage while using the Sign-in widget?
I have tried configuring it in the authClient and using that for the widget but that has not worked either.
Anyone got any suggestions?