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
另外设置支持类型