Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with IdentityServer to obtain Auth Tokens #17

Open
jrhender opened this issue Dec 5, 2017 · 1 comment
Open

Integrate with IdentityServer to obtain Auth Tokens #17

jrhender opened this issue Dec 5, 2017 · 1 comment
Assignees

Comments

@jrhender
Copy link

jrhender commented Dec 5, 2017

An initial implementation of the Auth server is up at https://asktoniauthentication.azurewebsites.net/
We need to integrate it with the client. I think the first step is to implement a flow so that the client can request a token and handle a response when it comes back. A general approach is here: https://identityserver4.readthedocs.io/en/release/quickstarts/7_javascript_client.html
The heavy lifting can be done by https://www.npmjs.com/package/oidc-client
I think we'll also need to modify the auth server to add/allow the client

@RedTn
Copy link
Contributor

RedTn commented Dec 5, 2017

@jrhender Is there some endpoint that I can test with a token? The staging and prod api still seem to not need tokens.
Ideally, this could be pushed into staging, but after the recommendations endpoint has been pushed to prod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants