Closed rchan-cjj closed 5 days ago
tgt_client_key is currently not returned by https://login.microsoftonline.com/$TenantId/oauth2/token. The TGT client key is returned within the (JSON string) value of tgt_cloud, like:
"tgt_cloud": "{\"clientKey\":\"eyJhbGciOiJkaXIiLCJlb...\",\"keyType\":18,\"messageBuffer\":\"a4IIY...",\"realm\":\"KERBEROS.MICROSOFTONLINE.COM\",\"sn\":\"krbtgt/KERBEROS.MICROSOFTONLINE.COM\",\"cn\":\"USER@DOMAIN.onmicrosoft.com\",\"sessionKeyType\":0,\"accountType\":2}"
tgt_client_key is currently not returned by https://login.microsoftonline.com/$TenantId/oauth2/token. The TGT client key is returned within the (JSON string) value of tgt_cloud, like:
"tgt_cloud": "{\"clientKey\":\"eyJhbGciOiJkaXIiLCJlb...\",\"keyType\":18,\"messageBuffer\":\"a4IIY...",\"realm\":\"KERBEROS.MICROSOFTONLINE.COM\",\"sn\":\"krbtgt/KERBEROS.MICROSOFTONLINE.COM\",\"cn\":\"USER@DOMAIN.onmicrosoft.com\",\"sessionKeyType\":0,\"accountType\":2}"