solid-contrib / solid-auth-fetcher

A client library for authenticating with Solid
Other
2 stars 6 forks source link

redirect_uri seems to be null in registration #2

Open michielbdejong opened 4 years ago

michielbdejong commented 4 years ago

Have redis running on localhost. Then, in one terminal, run:

git clone https://github.com/michielbdejong/solid-app-kit
cd solid-app-kit
npm install
npm run gen-cert
npm run build
npm start

And in another run:

git clone https://github.com/solid/storage-tests
cd storage-tests
npm install
NODE_TLS_REJECT_UNAUTHORIZED=0 ts-node-dev test/helpers/obtain-auth-headers.ts

You'll see an error:

Login Registration Error: {"error":"invalid_redirect_uri","error_description":"redirect_uris must only contain strings"}
michielbdejong commented 4 years ago

Will look into this tomorrow