Two social (GitHub) connections for different scopes

Hi @martincura,

You may be able to simplify this by using the same github connection and passing the additional scopes in the connection_scope param from the application that needs it when it makes the /authorize request.

You can read the details of this approach in this FAQ:

https://community.auth0.com/t/pass-additional-scopes-permissions-to-a-social-connection/56103

And in the docs:

https://auth0.com/docs/connections/adding-scopes-for-an-external-idp#2-pass-scopes-to-authorize-endpoint

1 Like