[Openstack] keystone question

Adam Young ayoung at redhat.com
Wed Feb 6 15:40:16 UTC 2013


On 02/06/2013 10:06 AM, pat wrote:
> Hi all,
>
> I have a question about keystone. I have an application (Jee web one) which I
> want to authenticate against keystone. What I have to do?
>
> Thanks
>
>       Pat
>
> ----------------------------------------
> Freehosting PIPNI - http://www.pipni.cz/
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
The short of it is that we use a non-standard web authentication 
mechanism.  If a user gets a token from Keysteon, they can pass it to a 
web app in a custome header.  Horizon actually acts as a front end to 
Keystone.

If your code is in Python and WSGI, you cant use the auth_token 
middleware from the Keystone client.





More information about the Openstack mailing list