英文:
How to add keycloak sms authenticator jar file to Keycloak?
问题
我有一个使用Docker的Keycloak服务器和Spring应用程序。我想使用keycloak-sms-authenticator库,所以我阅读了文档,但是没有理解到 KEYCLOAK_HOME 在哪里,我无法向Keycloak添加jar文件以配置短信认证器。有解决方案吗?
英文:
I have a Keycloak server and Spring application with Docker. I want use keycloak-sms-authenticator library so I read the documents but did not understand that where is the
KEYCLOAK_HOME and I can not add jar files to Keycloak, for configure the sms authenticator.
Is there a solution?
答案1
得分: 1
KEYCLOAK_HOME是您的Keycloak安装目录。
您可以在那里添加一个providers文件夹,并将keycloak-sms-authenticator的jar文件复制进去。
英文:
KEYCLOAK_HOME home is your keycloak installation directory.
You can add a providers folder there and copy the jar of keycloak-sms-authenticator
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论