c2be944fb8
Regardless of what domain the user was in, the domain reported in the token would be hardcoded to 'Federated' (regardless of the federated_domain_name config option). This patch removes the places where the domain was overwritten, and allows the correct domain to flow to the rendered token. It also updates the tests where it was being checked for the 'Federated' domain. Change-Id: Idad4e077c488d87f75172664fb519232eb78e292 Closes-Bug: 1754048
6 lines
236 B
YAML
6 lines
236 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1754048 <https://bugs.launchpad.net/keystone/+bug/1754048>`_]
|
|
The correct user domain is now reported when validating a federated token.
|
|
Previously, the domain would always be validated as "Federated." |