You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
My (employer's) confluence instance does not allow login through username/password or API token as they use OKTA.
Instead, they allow creating personal access tokens (see https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html ) that do not work with conflr since authentication is implemented differently. A command like
My (employer's) confluence instance does not allow login through username/password or API token as they use OKTA.
Instead, they allow creating personal access tokens (see https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html ) that do not work with conflr since authentication is implemented differently. A command like
curl -H "Authorization: Bearer " https://{baseUrlOfYourInstance}/rest/api/content
works with that confluence instance.
The text was updated successfully, but these errors were encountered: