【发布时间】:2022-11-11 06:13:13
【问题描述】:
我是 Azure 静态应用程序的新手,正在努力制作 Azure AD SSO work with Azure AD app registration。我已经解决了堆栈溢出问题,但响应错过了 staticwebapp.config.json 文件中的路由配置,我觉得我在那里犯了一些错误。
现在,当我尝试使用 URL https://black-flower-007ce3a10.2.azurestaticapps.net/login 登录时,它会被重定向到 https://login.microsoftonline.com//oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3a%2f%2fblack-flower-007ce3a10.2.azurestaticapps .net%2f.auth%2flogin%2faad%2fcallback&client_id=&scope=openid+profile+email&response_mode=form_post&nonce=91a9c801d3dd4a85b274fecdeb713958_20221109234404&state=redir%3d%252F.auth%252Fquest-request-sso_nonce=&-client
有什么帮助吗?
【问题讨论】:
标签: azure azure-active-directory single-sign-on azure-static-web-app azure-app-registration