twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
73 stars 6 forks source link

OIDC WellKnown out of date #832

Open BarryCarlyon opened 1 year ago

BarryCarlyon commented 1 year ago

Brief description

https://id.twitch.tv/oauth2/.well-known/openid-configuration

States that the scopes supported are only openid However if you want the JWT returned by OpenID authentication to (or myinfo endpoints) contain the users verified email address this requires the user:read:email scope This according to the configuration file isn't supported

How to reproduce

Expected behavior

The well known configuration should be updated

kanimaru commented 6 months ago

Can someone also add the https://id.twitch.tv/oauth2/device to the openid configuration? that is also missing.