Duke-Translational-Bioinformatics / duke-authentication-service

Authentication Microservice for the Duke Data Service
GNU General Public License v3.0
1 stars 3 forks source link

Issues Fetching Token Info #5

Open fny opened 8 years ago

fny commented 8 years ago

I'm registered for access to the development instance, but I can't seem to

The first two steps of the authentication workflow work magnificently:

1. /authenticate?client_id=CLIENT_UUID&state=RANDOM
2. CLIENT_REDIRECT_URL#access_token=JWT&state=RANDOM&token_type='Bearer'&expires_in=TTL&scope=CSL

But the last steps always leaves me with a 404 error

GET /token_info?access_token=JWT

It looks like the route might be missing?

dmlond commented 8 years ago

try '/api/v1/token_info' instead.