标题翻译
Keycloack and Azure Active Directory with Spring boot
问题
以下是翻译好的内容:
我已经完成的工作:
- 我已经安装了Keycloak(8.0.1)并进行了配置,创建了realm、clients和用户。
- 配置了几个简单的Spring Boot应用程序,与Keycloak一起使用单点登录(SSO)正常工作。
我正在尝试实现以下目标。
- Keycloak应连接到Azure Active Directory,从那里读取用户(用户联合),并对用户进行身份验证和授权,以便使用应用程序。
在Azure云上创建了Active Directory B2C。
我已经阅读了许多链接,并阅读了Keycloak的官方文档,但未能找到解决方法。
提前感谢您的帮助。
英文翻译
What I've done till now:
- I have installed Keycloack(8.0.1) and configured it, created realm, clients, and users.
- Configured couple of simple Spring Boot apps with Keycloack and it is working with SSO.
I am trying to achieve following.
- Keycloak should connect to Azure Active Directory and read the users from there (User Federation) and authenticate, authorise users to use the application.
Created Active Directory B2C on Azure cloud.
I have gone through too many links and read through Keycloak official documentation but could not figured the way out.
Thanks in advance.
专注分享java语言的经验与见解,让所有开发者获益!
评论