我有一个包含用户响应的JSON ():
var surveyJSON = {pages:[{name:"page1",elements:[{type:"rating",name:"How confident are you conducting market analysis?",description:"5 - most confident"},{type:"rating",name:"How confident are you evaluating the feasibility of a new op
如果我在中注册了一个应用程序,它就会按预期工作。我可以修改端点以使用特定的AD租户,或者只使用“公共”(允许具有个人Microsoft帐户和Azure Active Directory的工作/学校帐户的用户登录应用程序)。
我的问题是,当使用公共的,即https://login.microsoftonline.com/common/oauth2/v2.0/...
新用户存储在哪里?我希望人们能够使用任何Microsoft帐户(公共)登录/创建帐户,但是当我使用这个端点时,它们存储在哪里呢?我如何像普通的AAD租户一样管理它们和/或我的应用程序?
当我尝试在AWS上使用serverless时,在我的‘正常’帐户下,我得到一个权限错误: User: arn:aws:iam::xxxx:user/x is not authorized to
perform: serverlessrepo:ListApplications on resource:
arn:aws:serverlessrepo:eu-west-2:xxx:applications/* 但当我以'admin‘用户身份登录,并转到修改权限时,我在策略/组/直接权限等中看不到任何'serverlessrepo’权限: ? serverlessrepo:L