mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Confluence plugin: token_type dropdown field missing (Issue #1372 not fully resolved) #689
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HaRuKa-1231 on GitHub (Oct 6, 2025).
Self Checks
Dify version
1.9.1
Plugin version
0.0.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Environment
https://your-domain.atlassian.net)Current Behavior
https://your-domain.atlassian.netemail:api_tokenRoot Cause
The
token_typefield is missing inprovider/confluence.yaml. Even though PR #1392 fixed the authentication header issue inauth.py(by readingtoken_typewith default value 'Bearer'), userscannot select the token type because there's no UI field for it.
Current implementation:
auth.pyline 10:token_type = credential.get('token_type', 'Bearer')confluence.yaml: Notoken_typefield existsExpected Behavior
Users should be able to select the authentication type:
email:api_token)Reference
✔️ Error log
@dosubot[bot] commented on GitHub (Oct 6, 2025):
Hi @HaRuKa-1231! I'm Dosu and I’m helping the dify-official-plugins team.
The Confluence plugin still does not support selecting the authentication type (Basic or Bearer) via the UI or YAML config. The token_type dropdown and corresponding YAML field are missing, so the plugin always defaults to Bearer authentication, which causes 401 errors for Confluence Cloud users who require Basic auth with a base64 encoded email:api_token. This issue is documented and remains unresolved as of the latest code and plugin version source.
There are no recent pull requests or updates that add this feature. For now, there is no official workaround to manually set token_type; users cannot select the authentication method in the current plugin. You can follow progress and future updates in the relevant issues #1372 and #911.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
