mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19217] issue: Frappe Assistent Core cannot be connected by Dynamic Client Registration #34338
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 @cutec-chris on GitHub (Nov 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19217
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.3.36
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Open FAC Site for Confirmation
Actual Behavior
An Error Occours
Steps to Reproduce
Use an fresh installation of FAC/erpnext
Try to connect (i think its clear by the Log what happend)
Logs & Screenshots
Log:
2025-11-16 05:35:41.600 | ERROR | open_webui.utils.oauth:get_oauth_client_info_with_dynamic_client_registration:348 - Dynamic client registration failed at http://erp.myserver.de/api/method/frappe_assistant_core.api.oauth_registration.register_client: 201 - {
"client_id": "mo6q0hrt30",
"client_id_issued_at": 1763271348,
"client_name": "Open WebUI",
"client_secret": "1c7f044ea8",
"client_secret_expires_at": 0,
"grant_types": [
"authorization_code",
"refresh_token"
],
"redirect_uris": [
"https://ai.myserver.de/oauth/clients/mcp:erpnext_mcp/callback"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "client_secret_basic"
}
2025-11-16 05:35:41.601 | ERROR | open_webui.utils.oauth:get_oauth_client_info_with_dynamic_client_registration:354 - Error parsing client registration response: 1 validation error for OAuthClientInformationFull
token_endpoint_auth_method
Input should be 'none' or 'client_secret_post' [type=literal_error, input_value='client_secret_basic', input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/literal_error
2025-11-16 05:35:41.601 | ERROR | open_webui.utils.oauth:get_oauth_client_info_with_dynamic_client_registration:362 - Exception during dynamic client registration: Dynamic client registration failed: {
"client_id": "mo6q0hrt30",
"client_id_issued_at": 1763271348,
"client_name": "Open WebUI",
"client_secret": "1c7f044ea8",
"client_secret_expires_at": 0,
"grant_types": [
"authorization_code",
"refresh_token"
],
"redirect_uris": [
"https://ai.myserver.de/oauth/clients/mcp:erpnext_mcp/callback"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "client_secret_basic"
}
Additional Information
No response
@tjbck commented on GitHub (Nov 16, 2025):
#19193