5e2cc88ce7
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
19 lines
547 B
YAML
19 lines
547 B
YAML
---
|
|
other:
|
|
- >
|
|
[`bug 1659730 <https://bugs.launchpad.net/keystone/+bug/1659730>`_]
|
|
The signature on the ``authenticate`` method of ``keystone.auth.plugins.base.AuthMethodHandler``
|
|
has been updated.
|
|
|
|
Third-party extensions that extend the abstract class
|
|
(``AuthMethodHandler``) should update their code according to the new
|
|
parameter names.
|
|
|
|
The method signature has changed from::
|
|
|
|
authenticate(self, context, auth_payload, auth_context)
|
|
|
|
to::
|
|
|
|
authenticate(self, request, auth_payload, auth_context)
|