From e6a1d6142f7efba325cd931d86546c2f0294e0e2 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 4 Aug 2015 14:21:51 +0000 Subject: [PATCH] Correct the openstackid.org URL The hostname for the production OpenStackID instance is openstackid.org, not openstackid.openstack.org. Change-Id: I213ced56a8777d7977c3b81a1df8b3c3683ea151 --- doc/source/openid.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/openid.rst b/doc/source/openid.rst index 14c42699..f8b8cf79 100644 --- a/doc/source/openid.rst +++ b/doc/source/openid.rst @@ -3,7 +3,7 @@ OpenID 2.0 endpoint =================== To get the OpenStackID OpenID endpoint, perform discovery by sending a GET -HTTP request to https://openstackid.openstack.org. We recommend setting the +HTTP request to https://openstackid.org. We recommend setting the Accept header to "application/xrds+xml". OpenStackID returns an XRDS document containing an OpenID provider endpoint URL.The endpoint address is annotated as:: @@ -173,4 +173,4 @@ a POST request to the return URL, passing the OpenID 2.0 parameters in the POST body. A website or application should be prepared to accept responses as both GETs and POSTs. If the user doesn't approve the authentication request, OpenStackID sends a -negative assertion to the requesting website. \ No newline at end of file +negative assertion to the requesting website.