Graph API – GET /authentication/methods only return default method
Hi All,
I need to list / manage MFA authentication method of users that invited from external AD (Home Tenant) through my resource tenant via Graph API. But GET API only return default authentication method (passwordAuthenticationMethod). I granted UserAuthenticationMethod.Read.All API permission to my application. Is this because user account is from external AD (external to my resource tenant) or do I missing something here?
Hi All,I need to list / manage MFA authentication method of users that invited from external AD (Home Tenant) through my resource tenant via Graph API. But GET API only return default authentication method (passwordAuthenticationMethod). I granted UserAuthenticationMethod.Read.All API permission to my application. Is this because user account is from external AD (external to my resource tenant) or do I missing something here? Read More