简体   繁体   English

如何在不创建Azure应用程序的情况下(在App Registrations中)对Azure AD中存在的用户进行身份验证?

[英]How can I authenticate users present in my Azure AD without creating an Azure App (at App Registrations)?

I have an Azure AD app (at app registrations) using which I authenticate my users by obtaining the token. 我有一个Azure AD应用程序(在应用程序注册时),该应用程序通过获取令牌对用户进行身份验证。 This requires the client ID as well as client secret mapped to the app. 这需要客户端ID以及映射到应用程序的客户端密码。 I do not want to create this app but want to authenticate the users present in my Active Directory. 我不想创建此应用,但希望对Active Directory中存在的用户进行身份验证。

Sorry, to authenticate users with AAD you must register an app in AAD. 抱歉,要通过AAD对用户进行身份验证,您必须在AAD中注册一个应用。 You don't need a secret for that though, if you redirect to login at Azure AD and then get a valid token as a response (your tenant, valid signature etc.) then the user logged in with a user in your AAD tenant. 但是,您不需要任何秘密,如果您重定向到Azure AD的登录名,然后获得一个有效的令牌作为响应(您的租户,有效签名等),则该用户将与您的AAD租户中的用户一起登录。

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

相关问题 如何使用 Azure AD 对 VueJS 应用进行身份验证? - How do you authenticate a VueJS app with Azure AD? 在Node.js Web应用程序中使用用户名和密码在Azure AD上进行身份验证 - Authenticate on Azure AD with username and password in a Node.js web app 使用Azure AD,ReactJS和NodeJS对用户进行身份验证并使用Graph API - Authenticate Users and use Graph API using Azure AD, ReactJS and NodeJS 如何在 Azure AD 中更改密码 - How I can change password in Azure AD 如何将节点应用程序连接到Azure SQL数据库? - How can I connect my node app to my azure sql database? 在不注册应用的情况下通过 Microsoft 对用户进行身份验证 - Authenticate users with Microsoft without registering an app 如何将我的 Node 和 Python 版本从 32 位更改为 64 位,用于 azure 上的 Web 应用程序 - how can i change my Node and Python Versions from 32 bit to 64 bit for a web app on azure 如何让我的 Azure Node.js Web 应用程序启动 - How can I get my Azure Node.js Web App to start 我如何使用 Azure AD 像 AWS cognito 来注册/登录用户和 api 身份验证和自定义 UI,因为我可以在 Cognito 中做到这一点? - How can i use Azure AD like AWS cognito to signup/signin users and api authentication with custom UI as i can do it in the Cognito? Azure Web 应用程序 + Node.js + Z3A580F142203677F1F530BC308983Z13 = 错误 - Azure Web App + Node.js + Azure AD = Error 431
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM