Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过配置 SMTP 服务器详细信息来触发验证电子邮件。
但是,keycloak 中是否有任何方法可以使用 Rest API 或任何其他方式发送电子邮件?尝试搜索这样的 api 但没有运气。
检查管理员文档,发送电子邮件的端点可用,例如验证:
PUT /admin/realms/{realm}/users/{id}/send-verify-email
https://www.keycloak.org/docs-api/11.0/rest-api/index.html