e224082ecd
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
8 lines
285 B
YAML
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.
|