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

Get Twitch OpenID Connect working #309

Closed
robotdan opened this issue Sep 26, 2019 · 2 comments
Closed

Get Twitch OpenID Connect working #309

robotdan opened this issue Sep 26, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@robotdan
Copy link
Member

robotdan commented Sep 26, 2019

OpenId Connect with Twitch is not working

Because we do not allow the claims request parameter to be passed on the Authorization request we cannot get the email claim back from Twitch. This means we can't reconcile the user and complete login.

We may want to support this additional claim parameter via the UI / API configuration of an OpenID Connect IdP in the future. See Feature #308.

For now, we can make a small change to how we build this URL to allow the IdP configuration to contain an Authorization endpoint with request parameters to make the Twitch integration work.

Working configuration:
image

@robotdan robotdan self-assigned this Sep 26, 2019
@robotdan robotdan added the enhancement New feature or request label Sep 26, 2019
@robotdan robotdan added this to the 1.9.3 milestone Sep 26, 2019
@robotdan robotdan modified the milestones: 1.9.3, 1.10.0 Sep 30, 2019
@tauinger-de
Copy link

Hi @robotdan, so this temporary fix has been added to 1.10.0 release but not 1.9.3 as initially planned?

PS is it a bug that there are no release notes for 1.10.1 available here (https://fusionauth.io/docs/v1/tech/release-notes/#version-1-10-1)? Page starts with "1.10.0" for me

@robotdan
Copy link
Member Author

robotdan commented Oct 5, 2019

The release notes were delayed due to a site update. They should be available now.

Thanks!!

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

No branches or pull requests

2 participants