简体   繁体   English

ReactJS 在我的 azure 租户内注册

[英]ReactJS registering inside my azure tenant

I have a question, Is there a way to register my client side application(Reactjs hosted outside my Azure tenant) so that it can authenticate and access my Rest Api(hosted in Azure tenant app service protected by AAD).我有一个问题,有没有办法注册我的客户端应用程序(Reactjs 托管在我的 Azure 租户之外),以便它可以验证和访问我的 Rest Api(托管在 Z3A580F142203677F13F0BC08 受保护的租户应用程序服务中)。

If you want to know whether we can register an app even its outside my tenant azure, the answer is YES .如果您想知道我们是否可以在我的租户 azure 之外注册应用程序,答案是肯定的。

That is how it works, saying that integrate AAD authorization into your application to access your API or Azure resources.这就是它的工作原理,将 AAD 授权集成到您的应用程序中以访问您的 API 或 Azure 资源。

Here is Quickstart: Configure a client application to access web APIs for your reference.这是快速入门:配置客户端应用程序以访问 web API供您参考。

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

相关问题 使用“azure/msal-browser”reactjs 包时出现错误“AADSTS50194:应用程序 'xxxxxxxx' 未配置为多租户应用程序” - Error "AADSTS50194: Application 'xxxxxxxx' is not configured as a multi-tenant application" when using 'azure/msal-browser' reactjs package Reactjs与Azure - Reactjs with Azure Azure Active Directory - 如何为租户下注册的应用程序提供 http redirectUri - Azure Active Directory - How to give an http redirectUri for my registered app under tenant linux azure web 应用程序未显示我的 Z3C797270102480CB4D1207D1E1D07 - linux azure web app not showing my reactjs app 为什么我的 ReactJS 应用程序在本地运行,但不在 Azure 中运行? - Why Does My ReactJS App Run Locally But Not In Azure? 在 TypeScript 和 Reactjs 中我的界面内的对象数组出现问题 - Troubles with array of objects inside my interface in TypeScript & Reactjs 我如何在ReactJs.Net的JSX文件中使用自定义ReactJs组件 - How do I use a custom ReactJs component inside my JSX file from ReactJs.Net Azure上的ReactJS.net - ReactJS.net on Azure Reactjs 与 Azure Ouath - Reactjs with Azure Ouath 如何使用 reactjs 前端修复 multer 代码不添加到我在我的服务器中创建的文件夹中的 nodejs - How to fix multer code not adding to my created folder inside my server in nodejs with reactjs frontend
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM