How to skip Azure active directory signin button #12930
Unanswered
moback-udaychandra
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am using Next js and for authentication using nextauth. with the help of Azure AD active directory, so in my local project, if i enter loclhost it redirects to Azure active directory signin button page and once i click on that button it redirect to microsoft365 login page and when logout also same thing happening. But i want to skip this button and directly display that microsoft login page and logout page. is this possible? anyway to do that? here i am using middleware like this `import { NextResponse } from 'next/server';
and configuration is
// src/app/api/auth/[...nextauth]/route.ts` . My concern is here clear. just want to skip azure active directory button and directly navigate to microsoft login where we can enter email and password, is it possible? thankyou
Beta Was this translation helpful? Give feedback.
All reactions