Replies: 2 comments 5 replies
-
|
Fair point. I'll see what I can do. Meanwhile, here come some brief information.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Ready to merge 🤘🏾 |
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.
-
Hi, thanks for the great library as I think it hits a sweet spot for just delivering enough to authenticate against Entra ID in my case. This is just a suggestion on adding information on the flask section.
As I am using flask the natural choice was using identity with flask. I followed the doc but on the sign-in page it was asking for entering some code on the next page. I felt this was strange. This was because I left out
redirect_uribecause I didn't know what to put in there. Maybe a small comment that leaving it out would trigger the device code authentication. As it is not possible to useurl_forwithout a request context it is also necessary to provide the full redirect url. For example dev setup would it behttp://localhost:5000/getATokenand in prod something likehttps://server.com/getAToken.Best regards,
Joshy
Beta Was this translation helpful? Give feedback.
All reactions