line / conflr

Post R Markdown documents to Confluence
https://line.github.io/conflr/
GNU General Public License v3.0
130 stars 28 forks source link

Single sign on #38

Open krlmlr opened 5 years ago

krlmlr commented 5 years ago

How can I use this package to access an installation that doesn't support user-password authentication? Is this a mode of operation you would support?

yutannihilation commented 5 years ago

Sorry, I don't know well about the authentication mechanism of Confluence. conflr just uses the REST API of Confluence.

If you are using Atlassian Cloud, you can use an API key:

https://developer.atlassian.com/cloud/confluence/basic-auth-for-rest-apis/

If you are using the on-premises version, you might need some setting on server side.

https://community.atlassian.com/t5/Jira-questions/How-to-skip-SSO-for-API/qaq-p/697711