Entra ID - Custom Security Attributes (Service Principal)

Hello guys,

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

TRy this :

customSecurityAttributes _SailPointSPN_RotinaSPN( Data Type – String )
OR
customSecurityAttributes _ SailPointSPN _ RotinaSPN ( Data Type – String )

You can check this link : Custom Security Attributes

Don’t working, have you managed to get this feature working?

hi @originalmths
Good day !

have you find the solution? as its not working for me also.

Thanks !

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).

1 Like