Azure App注册登录URL [英] Azure App Registrations Sign-on URL

查看:251
本文介绍了Azure App注册登录URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Azure中注册一个应用程序,以便可以使用Ansible自动化部署. Ansible不是Web App(而是简单的命令行工具),但是在应用程序注册中,Ansible要求填写必填字段Sign-on URL.它给出的描述是The URL where user can sign in and use your app.,但同样,没有URL,也没有Web App.

I am registering an app with Azure, so that I can automate deployments with Ansible. Ansible is not a Web App (but a simple command line tool), but on an app registration it asks to fill in a mandatory field Sign-on URL. The description it gives is The URL where user can sign in and use your app. But once again, there is no URL and no Web App.

我找不到其他注册应用程序的方法,而且从Ansible角度来看,这似乎是推荐的方法. Azure上的Ansible文档链接到

I could not find another way to register an app and it seems that this is the recommended way from the Ansible side. Ansible docs on Azure are linking to App registration in Azure.

因此,现在,我在此处输入了一个随机URL,但是如果不需要它,那么Microsoft为什么对我们强制使用它?

So for now, I have entered a random URL there, but if it is not needed, then why Microsoft are enforcing it on us?

推荐答案

在应用注册期间此字段必填的原因是,在大多数情况下,所涉及的应用实际上是人们与URL关联的应用并可以登录.

The reason this is a required field during app registration is that during the vast majority of cases, the app in question is actually an app that people associate with a URL and can sign in to.

如果不需要登录URL,则可以输入所需的任何值.我建议一个唯一的URL,该URL不太可能与其他人的应用程序或组织中的其他应用程序发生冲突.

If you don't need the Sign-on URL, then you can put whatever value you'd like. I recommend a unique URL that is unlikely to collide with other people's apps or other apps in your organization.

您还可以始终使用Azure AD PowerShell的New-AzureADApplication(后接New-AzureADServicePrincipal)以编程方式进行应用程序注册(因为无论如何看起来都是脚本).

You can also always do the app registration programmatically (since it look like scripting is your scenario anyway), using Azure AD PowerShell's New-AzureADApplication (followed by New-AzureADServicePrincipal).

这篇关于Azure App注册登录URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆