Forum Discussion

SimoneCrisalli's avatar
SimoneCrisalli
Copper Contributor
Feb 12, 2024

Microsoft Entra External ID on Python Mobile App

I would like to know how to integrate Microsoft Entra External ID into my Flask-based mobile app. Currently, the app uses custom authentication through Flask, and user credentials are stored in a table in a SQL Server database. An admin authorizes each user stored in the table with a flag column (0 or 1). Each authorized user also has private IDs that allow the app to retrieve useful information.

I would like to know if these app processes can be maintained with Microsoft Entra External ID, or if the code needs to be completely rewritten.

2 Replies

    • SimoneCrisalli's avatar
      SimoneCrisalli
      Copper Contributor
      I currently do not manage neither IAM nor AAD, I manage everything through python and a database on premises sql server to store the users credentials

Resources