-
hello i am using
with
using database strategy and EntraID provider using import MicrosoftEntraID from "next-auth/providers/microsoft-entra-id";
we have account saved in DB with no refresh_token:
is this a bug that we have no refresh token saved, any help appreciated thanks |
Beta Was this translation helpful? Give feedback.
Answered by
markbjs
Nov 28, 2024
Replies: 1 comment
-
Sorry found solution need to request offline_access graph scope to get the refresh_token returned |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markbjs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry found solution need to request offline_access graph scope to get the refresh_token returned