Also, you can checkout out the api spec here: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-oauth1-ext.md
Thanks, _____________________________________________ Steve Martinelli | A4-317 @ IBM Toronto Software Lab Software Developer - OpenStack Phone: (905) 413-2851 E-Mail: [email protected] From: Matthieu Huin <[email protected]> To: OpenStack Development Mailing List <[email protected]>, Date: 08/21/2013 04:51 AM Subject: Re: [openstack-dev] oauth and keystone Hello, You have to add the oAuth filter (oauth_extension) in your pipeline, in /etc/keystone/keystone.conf or /etc/keystone/keystone-paste.ini: [pipeline:api_v3] pipeline = access_log sizelimit url_normalize token_auth admin_token_auth xml_body json_body oauth_extension ec2_extension s3_extension service_v3 and restart keystone. Matthieu Huin [email protected] ----- Original Message ----- | From: "Yongsheng Gong" <[email protected]> | To: "OpenStack Development Mailing List" <[email protected]> | Sent: Wednesday, August 21, 2013 6:22:09 AM | Subject: [openstack-dev] oauth and keystone | | Hi, | | I have seen the code about oauth in the keystone but I cannot find the | document about how to setup keystone and other openstack services to enable | oauth. | | Can anyone tell me how to setup an env like this? | | Thanks | Yong Sheng Gong | | _______________________________________________ | OpenStack-dev mailing list | [email protected] | http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev | _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
<<inline: graycol.gif>>
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
