keystone/releasenotes/notes/bug-1816076-ba39508e6ade529e.yaml
Kristi Nikolla d23965aaf1 Update api-ref for federated objects in user
Also includes a release note.

Change-Id: I72a5d461488b50f20b59d1288016514a2b8f71e5
Closes-Bug: 1816076
2020-04-10 00:49:35 +00:00

16 lines
617 B
YAML

---
features:
- |
`GET /v3/users/{user_id}` now returns a federated object associated with
the user if any. `POST /v3/users` allows an operator to add a list of
federated objects to associate with the user. `PATCH /v3/users` allows the operator
to update a users associated federated objects.
upgrade:
- |
If you have a custom implementation for the shadow users backend, you will
need to implement the new methods:
``delete_federated_object``, ``create_federated_object``,
``get_federated_objects``. These methods are needed to support federated
attributes via the user API.