azure-connect

Using windows azure connect

落花浮王杯 提交于 2019-12-13 08:17:03
问题 Is it possible for an asp.net mvc web api deployed on azure to connect to on premise db using windows authentication? 回答1: To achieve what you want, you have to: Domain Join your WebRole Programmatically set AppPool credentials to a user who has access to the local DB. 来源: https://stackoverflow.com/questions/12668768/using-windows-azure-connect

how to logout from oauth2.0 authentication of windows azure active directory authentication

房东的猫 提交于 2019-12-07 06:41:44
问题 We are using auth2.0 for windows azure active directory authentication where authentication is performed on https://login.microsoftonline.com/login.srf?wa=wsignin1.0&wtrealm=...... and after successful authentication we are redirecting to our site. for logout the site we delete all the cookies generated on our site and redirect to the login.microsoftonline.com/login.srf?wa=wsignin1.0&wtrealm=....... url again but at this time we are not getting any login credentials screen and redirected to

how to logout from oauth2.0 authentication of windows azure active directory authentication

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-05 10:38:28
We are using auth2.0 for windows azure active directory authentication where authentication is performed on https://login.microsoftonline.com/login.srf?wa=wsignin1.0&wtrealm= ...... and after successful authentication we are redirecting to our site. for logout the site we delete all the cookies generated on our site and redirect to the login.microsoftonline.com/login.srf?wa=wsignin1.0&wtrealm=....... url again but at this time we are not getting any login credentials screen and redirected to our site with access token. What process is required to logout. because if we delete all cookies or