简体   繁体   中英

Setup Azure Active Directory SAML using Python

I have Setup Azure Active Directory with SAML2.0 SSO Setup for my local flask application from Portal.

can someone suggest any library or article with the example on how to implement SAML based authentication on python flask application?

I have checked a few libraries but not able to found out how to set up the API and how to configure using python.

can someone suggest any library or article with the example on how to implement SAML based authentication on python flask application?

This guide describes how to use PySAML2 to add support for Okta (via SAML) to applications written in Python. And refer to the steps for implementing a SAML SP in Python/Flask.

Also, you can use the open source library provided and supported by OneLogin, refer to this article .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM