Open krlmlr opened 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
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?