PD: When the service is running in production what is the userinfo endpoint URL?
Thank you in advance.
from oauthenticator.generic import GenericOAuthenticator
c.JupyterHub.authenticator_class = GenericOAuthenticatorc.JupyterHub.authenticator_class.login_handler._OAUTH_AUTHORIZE_URL = "https://sandbox.orcid.org/oauth/authorize"c.JupyterHub.authenticator_class.login_handler._OAUTH_TOKEN_URL = "https://sandbox.orcid.org/oauth/token"c.OAuthenticator.client_id = 'APP-M29Z8EEBM7HAB10J' # oauth2 client id for your appc.OAuthenticator.client_secret = '1e49a96d-7794-41b0-b02e-b30162fd76e0' # oauth2 client secret for your appc.GenericOAuthenticator.token_url = 'https://sandbox.orcid.org/oauth/token' # oauth2 provider's token urlc.GenericOAuthenticator.userdata_url = 'https://sandbox.orcid.org/oauth/userinfo' # oauth2 provider's endpoint with user datac.GenericOAuthenticator.userdata_method = 'GET' # method used to request user data endpointc.GenericOAuthenticator.userdata_params = {"Accept": "application/json"} # params to send for userdata endpointc.GenericOAuthenticator.username_key = 'PRIMARY_EMAIL--
You received this message because you are subscribed to the Google Groups "ORCID API Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orcid-api-use...@googlegroups.com.
To post to this group, send email to orcid-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/orcid-api-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/orcid-api-users/80cc5b03-0ee7-4cad-852b-d163702a3117%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.