Skip to content

Installation instructions don't work #5

@remillc

Description

@remillc

After following the instructions stated in the readme.md file, the app fails to work.

Here is the complete sequence of requests starting to http://localhost:8000:

GET http://localhost:8000

Response

HTTP/1.1 302 Found
X-Powered-By: Express
Location: https://authn.sd00.worldcat.org/oauth2/authorizeCode?client_id=G1GtYvYVGrgkqpXHs7vqO3QeAIUpdMYM5hhettLYez4iE1FuTyti3UeNiX1FT08USLmsrY3jCFzkTw65&authenticatingInstitutionId=263683&contextInstitutionId=263683&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fmyaccount&response_type=code&scope=SCIM%20refresh_token&state=%2F
Vary: Accept
Content-Type: text/html; charset=utf-8
Content-Length: 726
Date: Thu, 09 Apr 2020 18:50:42 GMT
Connection: keep-alive

Request https://authn.sd00.worldcat.org/oauth2/authorizeCode?client_id=G1GtYvYVGrgkqpXHs7vqO3QeAIUpdMYM5hhettLYez4iE1FuTyti3UeNiX1FT08USLmsrY3jCFzkTw65&authenticatingInstitutionId=263683&contextInstitutionId=263683&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fmyaccount&response_type=code&scope=SCIM%20refresh_token&state=%2F

Response

HTTP/1.1 302
X-OCLC-RequestId: d1d54eb3-c219-466e-b948-3dcf37d32b65
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Location: http://localhost:8000/myaccount?error=redirect_uri_mismatch&error_description=redirect_uri+supplied+value+of+%7Bhttp%3A%2F%2Flocalhost%3A8000%2Fmyaccount%7D+does+not+match+expected+value&http_code=403&state=%2F
Content-Length: 0
Date: Thu, 09 Apr 2020 18:50:42 GMT

Request http://localhost:8000/myaccount?error=redirect_uri_mismatch&error_description=redirect_uri+supplied+value+of+%7Bhttp%3A%2F%2Flocalhost%3A8000%2Fmyaccount%7D+does+not+match+expected+value&http_code=403&state=%2F

Response

HTTP/1.1 200 OK
X-Powered-By: Express
Content-Type: text/html; charset=utf-8
Content-Length: 535
ETag: W/"217-CO5DLaAoYVkqqvf72qXUgIK8Af4"
Date: Thu, 09 Apr 2020 18:50:42 GMT
Connection: keep-alive

Response body

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>My Account demo</title>
</head>
<body>
<div id="content">    <h1>System Error</h1>
    <div id="error_content">
    <p id="status">Status - redirect_uri_mismatch</p>
    
    <p id="message">Message - redirect_uri supplied value of {http://localhost:8000/myaccount} does not match expected value</p>
    
    
    </div>
</div>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions