← Back to team overview

openstack team mailing list archive

Re: keystone question

 

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@xxxxxxxxxxxxxxxxxxx
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.



Follow ups

References