Closed dmabtrg closed 8 years ago
Hi @dmabtrg
Thank you for writing. You are right: the ac_domain
wasn't being properly retrieved. We just fixed it in ging/keystone@009e96d8fe32571f3ffa34677cbf6054451d7aa1. It should all work now.
Regards, Federico Fernández
When the pep proxy request the user_info to keystone, the application domain in authzforce is not returned, even though it exists. The problem is this lines on controllers.py:
Here,
application
is a dictionary, not an object, so getattr always fails to findac_domain
. Something like this should work: