vericast / nbconflux

nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
BSD 3-Clause "New" or "Revised" License
119 stars 33 forks source link

Authenticate to Confluence with oauth2 #34

Open danizen opened 5 years ago

danizen commented 5 years ago

Loosely related to #19.

The QA version of my on-premise wiki has been updated to use OAuth2 supported by AWS Cognito which in turn is authenticating with SAML. I'm hoping no one at my organization plans to roll this out to production - but they do need to eventually move our confluence instance to the cloud.

I'm very far from needing a solution, but others may not be so lucky. I think something could be done with the python package requests-oauthlib.