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.