AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
755 stars 191 forks source link

problem with accessToken and azure active directory authentication #618

Open ShadowNightCoder opened 7 months ago

ShadowNightCoder commented 7 months ago

hello, i got a project of front and backend(django backend). i login with my front that being config to my app register and i recive in my front accessToken that is jwt, i send it to my backend and than i need to validate and vernify this accessToken but i couldnt finde anywhere how to validate this accessToken with my app register to know if this info is valid and the user is real, i didnt find a way to verify the jwt token and to know if the signature is good or bad. somone told me to use msal but i didnt find any way to use msal to validate and vernify my user accessToken. if anyone can help i would really be happy.

thanks for help

rayluo commented 7 months ago

We do not currently have a token validation solution. Labeling this as an enhancement request. You will receive update when we work on this issue. Thanks.