英文:
using Keycloak for Customer Register
问题
我正在构建一个网站,用户以后可以在上面注册以使用一些功能。我想使用Java-Spring Boot来实现注册和登录,现在我了解到Keycloak用于授权,我在网上搜索了一些资料,但没有找到对我有帮助的内容。
所以我的问题是,是否可以将Keycloak用作注册/登录表单?据我所知,Keycloak是用于在公司内部为员工提供不同服务的用户,我的理解对吗?
英文:
I am building a Website where a user can later on register to use some features. I wanted to use Java-Spring boot for Registration and Login now I learned about Keycloak for authorization, I searched the web a bit but could not find anything which helped me in that matter.
So my Question is it possible to use keycloak as a registration/Login form? As far as I know keycloak is used company intern to give the employees users to different services or am I wrong?
答案1
得分: 0
Keycloak是一个完整的身份验证和授权解决方案。您可以注册用户,登录用户,更改权限等等。我建议使用他们官方的docker镜像来启动一个本地实例,并查看管理员控制台提供了什么功能。
这里无法在一个回答中列出所有功能,但我推荐阅读这个入门指南,也许能让您更好地理解基础知识。
此外,还有一个很好的Spring Boot集成可用,以及适用于无数前端框架的许多适配器。
英文:
Keycloak is a full solution for authentication and authorization. You can register users, login users, change privileges and so on. What I recommend is to use their official docker image to spin up a local instance, and have a look what the admin console offers.
There are too many features to list in an answer here, but I recommend this getting started guide, to maybe give you a better understanding of the basics.
In addition, there is a good Spring Boot integration available, as well as numerous adapters for the countless front-end frameworks.
专注分享java语言的经验与见解,让所有开发者获益!
评论