Have you ever needed to read the “Custom Security Attributes” of Entra ID?
I need to read these attributes that are inside a ServicePrincipal, but the documentation doesn’t seem to be very well developed.
Do you have any example of what the Account Schema looks like?
It’s not working like this:
customSecurityAttributes_SailPointSPN_RotinaSPN
Yeah. The out-of-the-box connector does not support “Custom Security Attributes” for Service Principal, only Users. You would have to do it via Web Services with Azure APIs (Graph API).