I’ve successfully deployed a Streamlit application as an Azure Web App. I’ve set up MS authentication on top of the webapp. How can I use the redirect URI to get the access token? All examples I’ve seen online use Flask in their code, but I’ve read that Streamlit doesn’t play well with Flask.