Correct the openstackid.org URL

The hostname for the production OpenStackID instance is
openstackid.org, not openstackid.openstack.org.

Change-Id: I213ced56a8777d7977c3b81a1df8b3c3683ea151
This commit is contained in:
Jeremy Stanley 2015-08-04 14:21:51 +00:00
parent 50bbfa7a8f
commit e6a1d6142f
1 changed files with 2 additions and 2 deletions

View File

@ -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.
negative assertion to the requesting website.