OpenId Authentication Scopes

Hi

Shinyproxy automatically adds email as a scope with my provider does not have and the request errors. Is there a way not to request it? I have looked at changing the source code but cannot see where to do it (i.e. a search for ‘email’

if anyone has a solution please let me know.

kind regards

Jack.

Hi

The scopes are added here: containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/oidc/OpenIDConfiguration.java at master · openanalytics/containerproxy · GitHub

In the current version ShinyProxy will always add the email scope. We will add an option to the next release that will allow to override this. Feel free to open a PR if you have some time.

thanks very much. I will open a PR.