将其用于针对天蓝色的验证:https://github.com/auth0/passport-azure-ad-oauth2/blob/master/README.md
返回的数据是:
{ aud: 'ed847aae-15cb-eee-954e-ww',
iss:
'https://sts.windows.net/817478-8d3c-4736-8b54-7f2d9fa20e/',
iat: 1566472055,
nbf: 1566472055,
exp: 1566475955,
amr: [ 'pwd' ],
family_name: 'qwe',
given_name: 'qwe',
ipaddr: 'qwe07',
name: 'qwe',
oid: 'qq',
onprem_sid: 'abc',
sub: 'abc',
tid: 'abc',
unique_name: 'xx@xx.xx',
upn: 'xx@xx.no',
ver: '1.0' }
此处没有个人资料图片网址。如何获取头像图片?