Site icon EfmSoft

What does NTSTATUS 0xC0000084 (STATUS_INVALID_ID_AUTHORITY) mean?

 
Previous Next
STATUS_GUIDS_EXHAUSTED STATUS_AGENTS_EXHAUSTED

STATUS_INVALID_ID_AUTHORITY

The SID was issued under an unexpected authority

The six-byte identifier-authority field identifies the top-level authority responsible for the SID namespace. Windows account SIDs, built-in groups, world identities, and other principal classes use different authorities. This status means the value does not satisfy the contract of the operation receiving it.

A textual SID can look well formed while still naming an authority that the target component does not accept. Check how the SID was decoded and whether byte order was handled correctly. Never substitute NT AUTHORITY merely to make validation pass, because the authority is part of the principal identity.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version