ASP.Net redirecting to local host after authentication

后端 未结 5 689
萌比男神i
萌比男神i 2020-12-18 12:45

I just created a webform that is hosted in my Azure subscription. I set it up with authenication via my works Azure directory for authenticating users. In debug this works f

5条回答
  •  再見小時候
    2020-12-18 13:13

    You need to set another parameter in configuration that is replyUrl and assign to your web app, other wise it takes the url from which it was originated.

提交回复
热议问题