jerry-li-352

1.    AAD应用注册以后,CRM调用出现未授权问题

详细如下:The user or administrator has not consented to use the application with ID \'8b970836-eb1a-4291-b52e-d800fd2029c5\' named

 

重新授权即可

 

 

 

 

1.    国际版遇到个人live.com账户无法登录的情况

AADSTS50020 error when authenticating user with live.com based account

 

解决方案:

需要使用v2.0节点,Authority增加/v2.0

Use this endpoint: https://login.microsoftonline.com/common/oauth2/v2.0/authorize

For example:

https://login.microsoftonline.com/common/oauth2/v2.0/authorize ?client_id=ffffff-1111-2222-3333-37fd4f8c20ee &response_type=id_token &redirect_uri=http://localhost:8080/login/microsoft/callback &response_mode=form_post &prompt=consent &scope=openid &state=12345 &nonce=RandomGUI

 

 

另外设置支持类型

 

 

 

 

 

 

 

 

 

 

 

分类:

技术点:

相关文章:

  • 2021-07-02
  • 2021-09-25
  • 2021-10-25
  • 2021-11-14
  • 2021-05-27
  • 2021-12-13
  • 2021-08-13
  • 2021-05-18
猜你喜欢
  • 2019-08-29
  • 2021-11-07
  • 2021-04-13
  • 2022-01-04
  • 2021-11-13
  • 2021-06-09
相关资源
相似解决方案