5e2cc88ce7
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
24 lines
795 B
YAML
24 lines
795 B
YAML
---
|
|
other:
|
|
- |
|
|
[`bug 1642687 <https://bugs.launchpad.net/keystone/+bug/1642687>`_]
|
|
The signature on the ``create_federated_user`` method of
|
|
``keystone.identity.shadow_backends.base.ShadowUsersDriverBase`` has been
|
|
updated.
|
|
|
|
Third-party extensions that extend the abstract class (``ShadowUsersDriverBase``)
|
|
should be updated according to the new parameter names.
|
|
|
|
The method signature has changed from::
|
|
|
|
create_federated_user(self, federated_dict)
|
|
|
|
to::
|
|
|
|
create_federated_user(self, domain_id, federated_dict)
|
|
fixes:
|
|
- |
|
|
[`bug 1642687 <https://bugs.launchpad.net/keystone/+bug/1642687>`_]
|
|
Users that authenticate with an ``identity provider`` will now have a
|
|
``domain_id`` attribute, that is associated with the ``identity provider``.
|