简体   繁体   English

春季 Azure AD 身份验证

[英]Spring Azure AD Authentication

I'm trying to implement Authentication with Spring Security via Azure AD to my Spring Boot Application.我正在尝试通过 Azure AD 对我的 Spring Boot 应用程序实施 Spring Security 身份验证。 The Azure AD Portal is not availible to me and managed by others. Azure AD 门户对我不可用,由其他人管理。

How can I perform an easy Authentication using the Microsoft login of the company to verify that the user exists in the Azure?如何使用公司的 Microsoft 登录执行简单的身份验证,以验证用户是否存在于 Azure 中? I just need to know in the application if the user was able to perform the login.我只需要在应用程序中知道用户是否能够执行登录。 Thanks :)谢谢 :)

i'm trying to implement Authentication with Spring Security via Azure AD to my Spring Boot Application.我正在尝试通过 Azure AD 使用 Spring Security 对我的 Spring Boot 应用程序实施身份验证。 The Azure AD Portal is not available to me and managed by others Azure AD 门户对我不可用且由其他人管理

AFAIK , Without having Azure portal its not possible to use authentication with Azure AD for your application. AFAIK如果没有 Azure 门户,则无法对您的应用程序使用 Azure AD 身份验证。 It requires app registration details such as client id, Tenant Id, redirect uri etc.它需要应用注册详细信息,例如客户端 ID、租户 ID、重定向 uri 等。

We can not able to do such operation if are not having account on Azure .如果在 Azure 上没有帐户,我们将无法进行此类操作。 And Azure Active directory has a high level security so that you can not get to know whether this user is from Azure.并且 Azure Active Directory 具有高级别的安全性,因此您无法知道该用户是否来自 Azure。

For more information please refer the below links:-有关更多信息,请参阅以下链接:-

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

相关问题 带有Azure AD身份验证的Spring Boot - Spring boot with Azure AD authentication 在 spring bot 中执行 azure AD 身份验证时回复 URL 不匹配 - Reply URL mismatch while performing azure AD authentication in spring bot Azure Spring 云中的 AD 身份验证导致“发现无效的 CSRF 令牌” - AD Authentication in Azure Spring Cloud causes 'Invalid CSRF token found' Spring Azure AD-身份验证后获取用户的地址 - Spring Azure AD - Get user's ADDRESS after authentication 在 Azure AD 身份验证 Spring 启动应用程序后手动分配角色 - Assign roles manually after Azure AD authentication Spring boot app Spring Boot Microsoft AD身份验证 - Spring Boot Microsoft AD Authentication Spring Security ldap广告身份验证 - Spring security ldap ad authentication Spring 安全性中的 Ldap AD 身份验证 - Ldap AD Authentication in Spring Security 401- 使用 REST API Dynamics CRM 和来自 Spring Boot 应用程序的 Azure AD 的未经授权的身份验证 - 401- Unauthorized authentication using REST API Dynamics CRM with Azure AD from a Spring Boot app 尝试在 Spring 引导中实现 Azure AD 身份验证和授权时出现异常 - Getting an exception when tried to implement Azure AD authentication and authorization in Spring Boot
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM