Hi,

Thanks for the reply.

I've been digging and I've found way how to get token using API:
curl -s -X POST http://localhost:35357/tokens -d '{"auth": 
{"passwordCredentials": {"username":"XXX", "password":"XXX"}, 
"tenantName":"XXX"}}' -H "Content-type: application/json"

This request returns JSON response, that's fine for me.

But how to validate the token? I'm following the API:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Admin_API_Service_Developer_Operations-d1e1356.html

and request: curl -s -X GET http://localhost:35357/tokens/XXXYYYXXX -H 
"X-Auth-Token: "XXXYYYXXX""
return 401 (unauthorized).

What I'm doing wrong?

Thanks for help

On Wed, 6 Feb 2013 11:46:28 -0500, Tong Li wrote
> keystone provides APIs for authentication, I would think you only need to 
> develop some code in your app to call the API and parse the response, then 
> following request will have to be verified using the token. If you app is 
> already wsgi app, you will just need to use the keystone middleware in your 
> pipeline. If it is other type of the application, you will just need to 
> develop some code which deal with keystone authentication http 
> request/response and figure out a way to verify the token.
>
> Thanks.
>
> Tong Li
> Emerging Technologies & Standards
>
> 
>
> "pat" ---02/06/2013 10:35:26 AM---Hi all, I have a question about keystone. I 
> have an application (Jee web one) which I
>
> From: "pat" <p...@xvalheru.org>
> To: openstack@lists.launchpad.net, 
> Date: 02/06/2013 10:35 AM
> Subject: [Openstack] keystone question
> Sent by: openstack-bounces+litong01=us.ibm....@lists.launchpad.net
>
-----------------------------------------------------------------------

>
> 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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
> 
>
> ---------------------------------------------------------------------------
> Freehosting PIPNI - http://www.pipni.cz/

 


----------------------------------------
Freehosting PIPNI - http://www.pipni.cz/

<<inline: graycol.gif>>

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to