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

Support for OIDC Auth #27

Open
jackmcguire1 opened this issue Aug 1, 2019 · 1 comment
Open

Support for OIDC Auth #27

jackmcguire1 opened this issue Aug 1, 2019 · 1 comment

Comments

@jackmcguire1
Copy link
Contributor

jackmcguire1 commented Aug 1, 2019

Twitch Supports OIDC Authorization with custom claims
https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/

It would be nice to support the OIDC auth method.

I suggest to implement https://github.com/coreos/go-oidc, to instead do :

  • The code exchanging
  • ID_TOKEN verification
  • Supports the ability to extract the custom OIDC claims!

MISC:

  • Add ability to get a Auth OIDC url, from helix.GetAuthorizationURL
@jackmcguire1
Copy link
Contributor Author

#118

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

1 participant