Describe the feature
Rather than just returning the email, upn, family name and given name, can we also return the access token that be used for downstream tasks. This would be super useful and should be an easy addition to what's already in the code under get_microsoft_user_info
Use case
This will assist with future downstream tasks like being able to use that token to read through emails, chats etc.
Alternatives considered
Yes, I have tried using other packages but as we are already using streamlit authenticator, it will be easier to integrate with our current application
Related Issues
No response