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

Export Provider.OpenIDConfig #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 20, 2018

  1. Export Provider.OpenIDConfig

    I'm currently trying to use Goth with an identity provider that uses the OpenID Connect authorization code flow. This flow requires calling the token endpoint. Goth currently extracts the token endpoint URL from auto-discovery, but provides no helpers for calling that endpoint, nor does make the TokenEndpoint field accessible. That means I either need to do my own auto-discovery again, or hardcode the token endpoint URL.
    aileendds committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    8f61102 View commit details
    Browse the repository at this point in the history