python-o365
python-o365 copied to clipboard
Authentication from Kubernetes
Hi,
my mailbot works perfectly locally, but we want that application in order to run in Kubernetes. So when we run the script:
if not account.is_authenticated:
account.authenticate()
It want to paste the authenticated url... but we can't do that. Is there any option for autofill it from my local project? Or make some function that makes authenticated on backend? Thank you
Read the readme, see web auth and come back