keystone/releasenotes/notes/bug-1784536-9d1d1e149c605a1d.yaml
biwei ec3fbf34e3 Fix a bug that issue token with project-scope gets error
Make sure the project ref contains domain info before
looking up domain.

Change-Id: Iea82898c213bf833b6d2fdbf7cca694a4e0afd33
Closes-bug: #1784536
2018-08-14 02:43:24 +00:00

7 lines
223 B
YAML

---
fixes:
- >
[`bug 1784536 <https://bugs.launchpad.net/keystone/+bug/1784536>`_]
Keystone now return `401 Unauthorized` correctly when issuing a
project-scoped token but the input project id is a domain id.