Hello everyone.
I currently develop Streamlit app and want to implement Single sign-on functions for the app. But I can not found any sample or documentation about it.
If the Single sign-on functions is still not developed, can anyone tell me how to get the request 's header field?
Additional information:
- Are you running your app locally or is it deployed?
I running Streamlit in AWS EC2 - Share the link to your app’s public GitHub repository:
The requirements.txt is bellow:
streamlit
st-pages
pandas - Share the Streamlit and Python versions.
streamlit version: 1.24.1
python version: 3.9