Generic OIDC Connect - Twitch.tv
Hi Team, I am setting up Twitch.tv as an authorization provider for Cloudflare Access using Generic OIDC. The twitch documentation is found at https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/
When attempting to test the configuration, I get an error related to the scope. {"status":400,"message":"invalid scope requested: 'email'"}
The current scope is &scope=openid+email+profile but twitch wants to see user:read:email. Is there any way to modify the scope for this?
When attempting to test the configuration, I get an error related to the scope. {"status":400,"message":"invalid scope requested: 'email'"}
The current scope is &scope=openid+email+profile but twitch wants to see user:read:email. Is there any way to modify the scope for this?
