Is it possible to use the okta-signin-widget together with the nextjs-auth0 library? I want to use session based authentication but still be able to put the login fields in a custom screen. I have tried using showSignInAndRedirect and redirect to my /api/auth/redirect handler but this doesn’t seem to work since the widget returns an interaction code instead of an authorization code.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.