mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #641] [BUG]OAuth2 keycloak 授权失败 #241
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @laopaoer-wallet on GitHub (Apr 24, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/641
复现步骤
预期行为
部署方式
浏览器环境
Chrome
@dreamhunter2333 commented on GitHub (Apr 25, 2025):
感谢反馈,keycloak 的 oauth 有特殊流程么
@dreamhunter2333 commented on GitHub (Apr 25, 2025):
看了下文档是因为grant_type 的问题,目前本项目只支持了authorization_code
我看下如何支持
@laopaoer-wallet commented on GitHub (Apr 25, 2025):
curl --location 'https://auth.mrcdev.eu.org/realms/mail/protocol/openid-connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'client_id=cf-mail' \
--data-urlencode 'username=test@mrcdevlab.com' \
--data-urlencode 'password=123456' \
--data-urlencode 'grant_type=password'
希望有帮助
@dreamhunter2333 commented on GitHub (Apr 26, 2025):
main 分支已修复,有空可以再试试
@laopaoer-wallet commented on GitHub (Apr 27, 2025):
给力!!!感谢
@laopaoer-wallet commented on GitHub (Apr 27, 2025):
经过测试,已修复。感谢作者。。