Initiate Authorization (Invalid Parameter)
This example request illustrates that if the user is directed to the authorization resource with invalid parameters, an error page displays.
Request
POST /cis-web/oauth2/v3/authorization
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
response_type=authorize_me&redirect_uri=http%3A%2F%2Fflowerchildren.org%2Fauthentication%2Fredirect&state=flow%3Da%3Buid%3D45E6D&client_id=PHNQ-DY47-PDAG-8NB9-XJD7-JE4J-R0W5-NK3P
Response
HTTP/1.1 200 OK
Content-type: text/html
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-cache, no-store, no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked
<html>
<head>
<title>FamilySearch: OAuth2 Request Error</title>
</head>
<body>
<!--...-->
<div class="inner form-body">
<h1>Invalid Oauth2 Request</h1>
<p id="error">Oauth2 error: unsupported grant type: authorize_me</p>
</div>
<!--...-->
</body>
</html>
Updated 5 days ago