Keycloak:为用户账户信息添加通用属性
Keycloak: Add common attributes to user account information
在 Keycloak 中,我看到了很多像 phone 这样的内置插件。如何将它们(例如 phone)添加到我的帐户资料页面,如下所示(例如,在姓氏下方)?
您必须创建自定义帐户主题并覆盖 account.ftl
模板。
通读 Theme creation and Custom User Attributes 个文档页面。
在 Keycloak 中,我看到了很多像 phone 这样的内置插件。如何将它们(例如 phone)添加到我的帐户资料页面,如下所示(例如,在姓氏下方)?
您必须创建自定义帐户主题并覆盖 account.ftl
模板。
通读 Theme creation and Custom User Attributes 个文档页面。