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

docs: adds twitch oidc provider guide #760

Merged
merged 1 commit into from Oct 14, 2020

Conversation

NickUfer
Copy link
Contributor

Proposed changes

Adds a guide to setup twitch as an oidc provider

Checklist

  • I have read the contributing guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    security@ory.sh) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

@NickUfer NickUfer force-pushed the NickUfer-twitch-oidc-provider-docs branch from aa8456d to af75ae2 Compare October 13, 2020 19:17
mapper_url: file:///etc/config/kratos/oidc.twitch.jsonnet
scope:
- openid
- user:read:email # required for email and email_verified claims in the near future
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By future you mean the next release of kratos? This documentation will be released together with #753 so it will work already.

Copy link
Contributor Author

@NickUfer NickUfer Oct 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, Twitch says in their documentation that "soon" this scope is required for the email and email_verified claims:

Note: The email and email_verified claims will soon be gated by the user:read:email scope that must be included on the authorization request.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, couldn't find that. Nice that you thought about that 👍

@zepatrik zepatrik merged commit 339e622 into ory:master Oct 14, 2020
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.

None yet

2 participants