Comment 0 for bug 1432892

Revision history for this message
Samuel de Medeiros Queiroz (samueldmq) wrote : Wrong exception when validating trust scoped tokens with disabled trustor

When validating a trust scoped token with disabled trustor, an exception of type Forbidden with message 'Trustor is disabled.' is raised.

However, the exception used when the user (owning the role assignment for the provided token) is disabled is Unauthorized.
This should be changed in order to make the API consistent.