Azure-AD provider login dialog does not ask user for extra permissions? #11504
Answered
by
oscarcoding
oscarcoding
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
oscarcoding
Aug 13, 2024
Replies: 1 comment
-
I did end up accidentally find the answer to this - in the authOptions scope section, you have to also include
Still getting a 403, but at least it now asks the user to give access to the delegated permission. So thats progress at least. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oscarcoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did end up accidentally find the answer to this - in the authOptions scope section, you have to also include
prompt: consent
. I didn't see that in any documentation, but there is so much I may have missed it.Still getting a 403, but at least it now asks the user to give access to the delegated permission. So thats progress at least.