Next.js + Duende IdentityServer + Next Auth
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
Hey all 🙂
I am starting with Next JS and this is my first project in Next. We want to use Next.js + Duende IS6 + .NET Core. for our application.
Duende is something like Auth0, Octa,..
As I can see in Next Auth docs, Duende(Identity Server 6) is supported. But we will use only Duende with credentials. In case we want to add Google as external provider later, we will do that through Duende, not Next Auth.
Is there even sense to use Next Auth on this way? I've implemented only Azure AD B2C in Angular, but there I used msal-angular package and it handled that part for me. What options do I have here beside Next Auth.
Also, can I configure Next Auth so it automatically redirect use to Duende on hitting /api/auth/signin ? As in my Next Auth config I have only one provider, Duende.
Thanks.
I am starting with Next JS and this is my first project in Next. We want to use Next.js + Duende IS6 + .NET Core. for our application.
Duende is something like Auth0, Octa,..
As I can see in Next Auth docs, Duende(Identity Server 6) is supported. But we will use only Duende with credentials. In case we want to add Google as external provider later, we will do that through Duende, not Next Auth.
Is there even sense to use Next Auth on this way? I've implemented only Azure AD B2C in Angular, but there I used msal-angular package and it handled that part for me. What options do I have here beside Next Auth.
Also, can I configure Next Auth so it automatically redirect use to Duende on hitting /api/auth/signin ? As in my Next Auth config I have only one provider, Duende.
Thanks.