英文:
Keycloak Server info page for proivder info
问题
我正在处理Keycloak SPI以创建自定义端点。对于我的项目,我想发送带有内置链接的电子邮件邀请给某人。但首先,我需要知道如何部署带有内置SPI的Keycloak容器。因此,我首先创建了一个事件,当用户登录时将发送电子邮件(仅用于测试目的)。我在这里找到了一个示例,但他在注册中使用了它:https://github.com/zene22/keycloak-spi-example。
我的问题是如何在Web UI中查看来自GitHub README的以下截图:
他说要转到服务器信息页面上的提供者列表。但我似乎找不到服务器信息页面。
有人知道如何进入那个页面吗?
英文:
I am working on Keycloak SPI to make a custom endpoint. For my project I want to send an email invite to someone with an build-in link. But first I need to know how to deploy a keycloak container with a build-in SPI. So I began with making an event that will send an email when an user is logged in (just for testing purposes). I found this as example but he uses registration: https://github.com/zene22/keycloak-spi-example.
My question is how to see in the web UI the following screenshot from the github's README
He says to go to the list of providers on the server-info page. But I can not seems to find the server-info page.
Anyone any clue on how to get to that page?
答案1
得分: 4
点击屏幕右上角的管理员图标,即可进入服务器信息页面。
这将显示一个小菜单,其中包含指向服务器信息页面的链接。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论