Hi there,
I have deploy my first streamlit application on Azure as a webapp via DevOps and enabled Authentication within the App Service to users would have to use SSO to see the my dashboard. So far so good!
At this point, I would like to read the session to know who is logon so I can greet the user and keep track of who is using it…
Is there a way that I can get streamlit session state feature to read the session created as user logon using SSO?
Thanks in advance,