What does NTSTATUS 0xC0020033 (RPC_NT_UNKNOWN_AUTHZ_SERVICE) mean?

 
Previous Next
RPC_NT_INVALID_AUTH_IDENTITY EPT_NT_INVALID_ENTRY

RPC_NT_UNKNOWN_AUTHZ_SERVICE

The authorization service is not recognized for this RPC binding

Authorization service is distinct from authentication service. This status means the supplied AuthzSvc value is not understood by the RPC runtime or the selected security configuration.

Because some authentication services ignore the authorization service parameter, diagnose the full security tuple rather than only the failing value.

What to inspect

  • Log AuthnSvc, AuthnLevel, AuthzSvc and server principal name together.
  • Confirm the service supports the selected authorization model.
  • Check for constants placed in the wrong RpcBindingSetAuthInfo parameter.

References


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