Replies: 2 comments
-
Did you find any answer to this :D |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've also basically tried everything on this topic. Not only handing this, but even a profile edit and coming back to the application and updating the user first/last name. Just doesn't work. Would be nice to get some clarification on this path. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
Hi 👋
Similar questions:
How can I handle the forgot password user flow with next auth with azure ad b2c in next 13?
Click on login button opens the login page and I can login successfully.
But when I click on forgot password I get this error:
Where should I handle the B2C callback? 🤔
And another question is: (Not sure if this belongs to here)
When I add e.g. a Profile editing user flow in the azure portal.
What exactly do I have to do so that a user can run this user flow e.g. on my profile page?
Thanks ✌️
How to reproduce ☕️
This is my code:
src/app/api/auth/[...nextauth]/route.ts
src/server/auth-options
Login button:
<button onClick={() => signIn('azure-ad-b2c')}>Sign in</button>
Edit profile button:
<button onClick={() => /*what should happen here?*/}>Edit profile</button>
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions