Add custom SAML2 authentication to streamlit component

Hi, I am trying to integrate the custom SSO solution of my University with streamlit. We want to host the app and let students use or SSO solution to login. I don’t quite understand how that could be accomplished and would be glad for any help.

I have already setup the simple WSGI server provided by the SAML2 library, but I dont know how to do it in streamlit …