简体   繁体   English

Azure Active Directory - 如何为租户下注册的应用程序提供 http redirectUri

[英]Azure Active Directory - How to give an http redirectUri for my registered app under tenant

I have created a tenant under my organization and registered an app for my testing react application.我在我的组织下创建了一个租户,并为我的测试 React 应用程序注册了一个应用程序。 I have deployed my react application in one of the kubrnetes http server.我已经在其中一个 kubrnetes http 服务器中部署了我的 React 应用程序。 Is there a way to add http url (react application uri which deployed in kubernetes) in Redirect URI in app registration.有没有办法在应用程序注册的重定向 URI 中添加 http url(部署在 kubernetes 中的反应应用程序 uri)。

  1. I have given SPA during app registration我在应用程序注册期间给了 SPA
  2. Account type - Single tenant账户类型 - 单租户
  3. Checked both access token and ID token检查访问令牌和 ID 令牌

The Redirect URIs must begin with the scheme https.重定向 URI 必须以 https 方案开头。

The HTTPS scheme (https://) is supported for all HTTP-based redirect URIs.所有基于 HTTP 的重定向 URI 都支持 HTTPS 方案 (https://)。 The HTTP scheme (http://) is supported only for localhost URIs and should be used only during active local application development and testing. HTTP 方案 (http://) 仅受本地主机 URI 支持,并且应仅在活动的本地应用程序开发和测试期间使用。

Please check this for more information请检查以获取更多信息

There is no other option available to use Http Schema.没有其他选项可用于使用 Http Schema。

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

相关问题 ReactJS 在我的 azure 租户内注册 - ReactJS registering inside my azure tenant 在 Azure 应用服务中没有为静态文件注册路由 - No route registered for static file in Azure App Service 如何在子目录下运行 React/Node 应用程序? - How to run React/Node app under sub directory? 如何在 React App 中使用 Active Directory 实现 SSO 身份验证? - How can I implement SSO Authentication with Active Directory in React App? 在 React 应用程序中通过 AAD(Azure Active Directory)登录不起作用 - Login through AAD (Azure Active Directory) in React app doesn't working 如何在 MSAL 的 redirectUri 中使用相对 url? - How to use relative urls in MSAL's redirectUri? Azure 活动目录 ioS 重定向问题 - Azure active directory ioS redirection issue 如何在浏览器上的NavItem上提供活动类 - How to give active class on NavItem on browser back 如何使用“ create-react-app”和“ http-server”为同一网络下的所有设备提供服务 - How to serve all devices under the same network using 'create-react-app' and 'http-server' Active Directory登录后的.Net Core SPA和React-HTTP 400 - .Net Core SPA and React - HTTP 400 after Active Directory Login
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM