Hi,
We've built a django web app and would like to integrate SSO with our customer's Azure AD instance. They have created an app registration with a "web" platform configuration, but would prefer not to give us a CLIENT_SECRET. They have recommended that we use PublicClientApplication(). All of the examples that I've found for Python using a web flow seem to use the ConfidentialClientApplication().
Before I dive too deep, I was wondering if it is possible to do SSO for a Python web app without having them share a CLIENT_SECRET with us?
Thank you!
Hi,
We've built a django web app and would like to integrate SSO with our customer's Azure AD instance. They have created an app registration with a "web" platform configuration, but would prefer not to give us a CLIENT_SECRET. They have recommended that we use
PublicClientApplication(). All of the examples that I've found for Python using a web flow seem to use theConfidentialClientApplication().Before I dive too deep, I was wondering if it is possible to do SSO for a Python web app without having them share a CLIENT_SECRET with us?
Thank you!