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

Create OpenStax Accounts provider #141

Merged
merged 3 commits into from
Sep 13, 2019
Merged

Create OpenStax Accounts provider #141

merged 3 commits into from
Sep 13, 2019

Conversation

reedstrm
Copy link
Contributor

@reedstrm reedstrm commented Aug 9, 2019

We have a oauth2 provider (OpenStax Accounts: https://github.com/openstax/accounts) that is almost an openid provider. With a couple small tweaks, I can authenticate against it. The primary
problem is the lack of an id_token in the return from the token endpoint. Secondarily, the userinfo is only accidentally matching to OpenId userinfo - create some mappings like the other cases in the code.
Not sure how to generalize either of those things, to be honest.

This PR also contains the cleanups from my previous PR: If you want to commit them separately, I'll rebase this one.

@bnfinet bnfinet mentioned this pull request Aug 26, 2019
@bnfinet bnfinet merged commit 43f82f9 into vouch:master Sep 13, 2019
bnfinet added a commit that referenced this pull request Sep 13, 2019
bnfinet added a commit that referenced this pull request May 22, 2020
bnfinet added a commit that referenced this pull request May 22, 2020
Create OpenStax Accounts provider
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

Successfully merging this pull request may close these issues.

2 participants