EPE How to Handle Entra Application Extension Attributes
EPE How to Handle Entra Application Extension Attributes
In this example, we have already created an extension attribute to Entra called “c”.
Entra application extensions are described here: https://learn.microsoft.com/en-us/graph/extensibility-overview?tabs=http
For example In EPE can be configured this way: extension_dc07f765ee4649e1bb2cf03a7bb4b08a_c
More details:
- “
extension_” part is something that Microsoft adds by default. -
dc07f765ee4649e1bb2cf03a7bb4b08ais a random unique identifier created by Microsoft. -
cat the very end after “_”, is the actual name of the extension attribute created to Entra at the very beginning.

