Have a question on the 1P token migration from V1 to V2 endpoint. Have created a test application with V2 version which has AAD and MSA users as audience and was able to generate token successfully. But I see that the idp (http://schemas.microsoft.com/identity/claims/identityprovider) claim is not available in the generated access token.
From the documentation Microsoft Identity Platform, I came to know that we can use the iss value instead of idp claim. But have below questions on the same.
If a personal account (MSA) is used in AAD tenant, then usually we will be getting idp claim value as 'live.com'. For this scenario, if the idp claim is not available in the V2 access token, from where can I get this value?
Per the current functionality, when we get the idp claim value ('live.com'), we also get the value of 'altsecid' claim. So, my question is Whether the 'altsecid' claim will be present in the token even when idp claim value is not present. If not, where can I get this value as well?
