diff options
author | Zuul <zuul@review.opendev.org> | 2019-09-20 18:25:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-09-20 18:25:39 +0000 |
commit | e6d41159c6cfbb7a09f1d84ed897b5d6f9cb39d1 (patch) | |
tree | 538aa7084a156806659c21d884d7acd1198741d7 /keystone/api | |
parent | e50b758ee52f2f1b249114d0f172d00ac48c52d4 (diff) | |
parent | e224082ecd347202695b8bbc3e5c5253cf729f92 (diff) | |
download | keystone-e6d41159c6cfbb7a09f1d84ed897b5d6f9cb39d1.tar.gz |
Merge "Add remote_id definition in _perform_auth"
Diffstat (limited to 'keystone/api')
-rw-r--r-- | keystone/api/auth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/api/auth.py b/keystone/api/auth.py index d399df433..91dfa43ca 100644 --- a/keystone/api/auth.py +++ b/keystone/api/auth.py @@ -338,6 +338,7 @@ class AuthFederationWebSSOResource(_AuthFederationWebSSOBase): @classmethod def _perform_auth(cls, protocol_id): idps = PROVIDERS.federation_api.list_idps() + remote_id = None for idp in idps: try: remote_id_name = federation_utils.get_remote_id_parameter( |