We do not include self links in any of the entities we include
in a token response.
Closes-Bug: 1354408
Change-Id: I54252f3f412f09d860777000f3ab0cb282d947e0
Add an OS-FEDERATION section to the user section in a scoped
federation token. We currently do the same for unscoped tokens.
Change-Id: Ie056297f713f71eb7dd47e6cdea87579c600cfae
Partial-Bug: #1351038
Once https://review.openstack.org/#/c/110768/ merges,
the JSON and XML list versions responses will update.
Also, other clean-up (formatting, future tense)
Change-Id: If9248bdd9e73ccc7ac7871aa8981925eb5a889d4
Closes-Bug: #1338120
The resources were split between "Core API" and "Identity". All of
these are core APIs so the Identity grouping was removed.
Long lines of paragraph text were wrapped at 79 chars for easier
reviewing.
Change-Id: I423ef0ebd69e546f2dd8d7eac579a57ef591666e
Update the API doc for the Keystone extension OS-EP-FILTER with the
new Endpoint Grouping APIs.
Related spec: https://review.openstack.org/#/c/102023/
Change-Id: If69f9d5c74ebf185f62974ad2d1da26778c6f15b
This introduces a new call for authenticated users to retrieve a service
catalog from Keystone. It is designed to compliment tokens generated
using ?nocatalog.
blueprint: get-catalog
Change-Id: Ia967032839c5575c72a6459974114a0165921cc9
In "Example 1.4. Tenant collection, first page: JSON response", the
content is actually XML and not JSON.
Change-Id: Ie0db0b9a01418171c12856f49a6967c2adf5b207
Closes-Bug: #1338111
I don't think this should be approved and merged.
This reverts commit f2be051111278f0d2bdb77cc43e9f658eb7da1ed.
Change-Id: I8ff63be73e083064914c5b54dbf646944fd038d4
Two sections were entitled 'Validate token', whereas the second should
have distinguished itself from the first. Also added a line break after
"New in version..." to show that the entire section is new, not just the
one paragraph.
Change-Id: If6dd9c099950d24f65e861b28f7fc80810c78225
Links sections are misplaced in some OS-FEDERATION mappings'
API HTTP request/response examples. They need to be moved to appropriate
objects.
Closes-Bug: #1336258
Change-Id: I076b3fcfa3067b37b30280e9d00481b5a4eda671
Every rule should have a local ``user`` object that is used to
produce a unique user_id of the federated user. Not all examples of the
OS-FEDERATION extension included such object.
Change-Id: Ib1a2a956cb3638402b283ad13841f48d31814240
Closes-Bug: #1312221
Allows fine grained control over which attributes (both types and values)
Keystone will accept as trustworthy from an external identity provider.
All attributes (types and/or values) that are not trusted will be discarded
by federated Keystone.
implements: bp trusted-attribute-issuing-policy
Co-Authored-By: David Chadwick <d.w.chadwick@kent.ac.uk>
Change-Id: Ib17b19da9fd6a0b88b9d3336d8f663128c8b9cde
Adds support for creating and managing virtual organisations which use PIN protection to allow members to self register to join.
implements: bp vo-management
Change-Id: I80196391ec56bffb0c4b69da2cf9706c8ec85c58
Co-Authored-By: Kristy Siu <kwss@kent.ac.uk>
Co-Authored-By: David Chadwick <d.w.chadwick@kent.ac.uk>