Oct 05 2020 01:05 AM
Hi.
I use a similar API call as the example shown below for my Power Apps. The issuer in the development and production environment is not the same. Hence it makes sense to me to take that into consideration when establishing the connectors. However, I found out that I can write whatever I want as the issuer, and still get the desired outcome. Should that be the case?
https://graph.microsoft.com/v1.0/users$select=displayName,id&$filter=identities/any(c:c/issuerAssignedId eq 'j.smith@yahoo.com' and c/issuer eq 'contoso.onmicrosoft.com')
Apr 28 2022 06:58 PM