Single sign-on for streamlit

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:

  1. Are you running your app locally or is it deployed?
    I running Streamlit in AWS EC2
  2. Share the link to your app’s public GitHub repository:
    The requirements.txt is bellow:
    streamlit
    st-pages
    pandas
  3. Share the Streamlit and Python versions.
    streamlit version: 1.24.1
    python version: 3.9
1 Like

See: How to extract headers in streamlit app - #3 by Swastik_K