keystone/releasenotes/notes/bug-1844207-x27a31f3403xfd7y.yaml
zhufl e224082ecd Add remote_id definition in _perform_auth
This is to add remote_id definition in _perform_auth, otherwise
if no remote_id is found, we'll get "NameError: name 'remote_id'
is not defined" exception.

Change-Id: I2ad7dd6d9e7f74dbeaa87a68472be75b04cef631
Closes-Bug: #1844207
2019-09-16 23:19:42 -07:00

8 lines
285 B
YAML

---
fixes:
- |
[`bug 1844207 <https://bugs.launchpad.net/keystone/+bug/1844207>`_]
Fixes an issue with WebSSO auth where a server error was raised if a remote
ID can't be found for the requested federation protocol, now correctly
raises an Unauthorized client error.