I need clarification certain aspects of the instructions in the document
We have a user custom attribute visible in Entra ID . Is there any way to find out which client ID value to use by querying Entra using Graph API ?
We have tried using the Client ID of the enterprise application credential that is already configured in the connector in the query Entra ID --And this does not work .
We have named the source attribute in the Account schema as per the documentation but on aggregation the values are not read in .
Apologies, it’s been a while since we configured this. It’s not the tenant ID, it’s the “Application (client) ID” of the Entra Application that does the syncing from your on-prem environment.
However, it sounds like you’re just cloud native, not a hybrid environment setup, correct?
Try using the Graph API explorer and run a GET against the /beta/users API on your tenant. That should include the extension attributes with the proper field names
Maybe the schema attribute should be named differently… this is how mine is
meaning the prefix you’re using “onPremisesExtensionAttributes_” may not be needed
Also, the extension attributes in my screenshot are at the root of my object, and not in the onPremisesExtensionAttributes property… which looks like this
I was able to solve this ideally you need to add it to the account schema in the format present in the document. A static value can be printed to Azure using this .
The Create Account section will only populate value when a account is created .
For my use case I had to work with Identity Profile , Transform and Attribute sync to add conditional logic for printing the value .