keystone/keystone/tests/unit/auth
Brant Knudson d16ec35378 Validate token issue input
The server wasn't validating the input to `POST /v3/auth/tokens`
and instead allowing invalid input to be sent into the code which
only haphazardly checked the types and values of the data, leading
to confusing errors such as 500 Internal Server Error rather than
400 Bad Request as expected, and also potentially security issues.

Closes-Bug: 1580338
Change-Id: I34146659ebb912485716a7d07f7ae7800a5cb9ac
2016-11-30 13:26:05 -06:00
..
__init__.py Refactor extract function load_auth_method 2015-06-18 20:52:57 -05:00
test_controllers.py Fix order of arguments in assertIs 2016-09-09 12:58:43 +00:00
test_schema.py Validate token issue input 2016-11-30 13:26:05 -06:00