简体   繁体   English

有没有人在 web 应用程序中使用 MSAL4J java 库为 ADFS 身份验证服务器实现身份验证?

[英]Has anyone implemented authentication for ADFS auth server using MSAL4J java library in a web application?

Referenced documentation: https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/msal/adfs-msal-web-api-web-api参考文档: https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/msal/adfs-msal-web-api-web-api

The auth grant type preferred is - implicit type首选的授权类型是 - 隐式类型

I am looking for approach and some sample application or links where this solution is implemented using Java, springBoot.我正在寻找使用 Java、springBoot 实现此解决方案的方法和一些示例应用程序或链接。

Below is the msal4j dependency:下面是 msal4j 依赖:

 <dependency>
  <groupId>com.microsoft.azure</groupId>
 <artifactId>msal4j</artifactId>
  <version>0.5.0-preview</version>
</dependency>

The link you shared is pointing to a tutorial on how to use MSAL .NET with ADFS 2019. MSAL4J currently does not support ADFS 2019, although it is on the backlog.您共享的链接指向有关如何将 MSAL .NET 与 ADFS 2019 一起使用的教程。MSAL4J 目前不支持 ADFS 2019,尽管它在积压中。 You can track progress of this feature on GitHub.您可以在 GitHub 上跟踪此功能的进度。

For a spring boot sample that works with Azure AD and MSAL4J, I would recommend you take a look at the MSAL4J springboot web application sample对于适用于 Azure AD 和 MSAL4J 的 spring 引导示例,我建议您查看MSAL4J springboot web 应用示例示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM