Closed gregcorbett closed 7 years ago
POST endpoint will now AuthZ requests in the following order
BANNED_FROM_POST
ALLOW_FOR_POST
Test cases have been added to check this behaviour.
Banning users has been documented in the service reference card.
I think I've changed everything you brought up
POST endpoint will now AuthZ requests in the following order
BANNED_FROM_POST
), do not allow.ALLOW_FOR_POST
), then allowTest cases have been added to check this behaviour.
Banning users has been documented in the service reference card.