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
756 stars 191 forks source link

need help in adding authentication using azure B2C in Kivy #565

Closed venkataraja705 closed 1 year ago

venkataraja705 commented 1 year ago

This is not a Bug we are requesting for help!

I have developed a mobile application using kivy and kivymd we are trying to add authentication in kivy using Azure AD B2C we have found AZURE documentations on B2C authentication in python web application but could not find anything for kivy mobile application.

if we use userflows from mobile app. on sign in we will need to launch a browser window inside the mobile application itself. but we do not want to do that. please suggest any other alternatives or samples for making the user sign in from mobile login page itself.

reference: https://learn.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-android-app?tabs=kotlin reference-python-web-app: https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-python-web-app?tabs=windows

rayluo commented 1 year ago

Duplicate of #562