OUTLOOK作为外部认证MVC,OAuth

时间:2017-04-13 16:08:43

标签: asp.net-mvc authentication oauth asp.net-identity

我创建了一个启用了个人身份验证的应用程序,并且适用于Google 现在我想启用“OutLook”身份验证。我知道已经有'Microsoft'身份验证方法以及如何使用以下URL在MVC应用程序中配置它。

Enable Microsoft Auth

但我想明确允许Outlook用户使用www.outlook.com

在应用程序中进行身份验证
    axios.get('https://www.random.org/integers/?num=1&min=1&max=20&col=1&base=10&format=plain&rnd=new').then(function(result) {
         this.props.change('password', result.data);
     }).catch(function(error) {
          this.props.change('password', '999');
      });

1 个答案:

答案 0 :(得分:0)

Olhe este este link deve te ajudar com o seu problema。

相关问题