- π©πͺGermany sanduhrs πͺπΊ Heidelberg, Germany, Europe
Does not apply against latest -dev
- Status changed to Closed: won't fix
over 1 year ago 3:11pm 21 October 2023 - π©πͺGermany sanduhrs πͺπΊ Heidelberg, Germany, Europe
Also this previously was a support request and, although the patch looks interesting, this can be achieved by implementing a provider specific plugin.
So closing as won't fix, please open a new feature request if there's still interest. - π©πͺGermany marko991
Hi everyone,
I am new with Drupal and Openid_connect module.
In short terms, I building docker container from the image - wodby/drupal:7-8.0 and I have installed the openid_connect module which I think it's compatible with this Drupal version. The openid_connect module is drupal/openid_connect:^1.3.Inside Configuration I can see OpenIDConnect where I can choose some of the enabled clients, such as Generic, Google and Keyclock.
I need to set up openid_connect with another provider, in my case ORCID.So, I suppose it can be done using Generic, or not, not sure. I have added all needed to the drupal config page, client_id, secret etc. Also have created project in ORCID, where redirect_url is defined.
When I set all the config, I can see the button Login using Generic, and I can see that this URL is triggered:
https://orcid.org/oauth/authorize?client_id={my_client_id}&response_type=code&scope=openid%20email%20profile&redirect_uri=https%3A//0033-31-16-248-98.ngrok-free.app/openid-connect/generic&state=ZDOTJP_bNk8H8_2-WQhAzTg_pvGsah9oBhl15nAUV4k
and after few seconds I can see the similar message I read here - Logging in with Generic could not be completed due to an error.
Can anyone help me, or the better question - can this be done with ORCID?
Thanks in advance!
- π©πͺGermany marko991
Hi everyone,
I am new with Drupal and Openid_connect module.
In short terms, I building docker container from the image - wodby/drupal:7-8.0 and I have installed the openid_connect module which I think it's compatible with this Drupal version. The openid_connect module is drupal/openid_connect:^1.3.Inside Configuration I can see OpenIDConnect where I can choose some of the enabled clients, such as Generic, Google and Keyclock.
I need to set up openid_connect with another provider, in my case ORCID.So, I suppose it can be done using Generic, or not, not sure. I have added all needed to the drupal config page, client_id, secret etc. Also have created project in ORCID, where redirect_url is defined.
When I set all the config, I can see the button Login using Generic, and I can see that this URL is triggered:
https://orcid.org/oauth/authorize?client_id={my_client_id}&response_type=code&scope=openid%20email%20profile&redirect_uri=https%3A//0033-31-16-248-98.ngrok-free.app/openid-connect/generic&state=ZDOTJP_bNk8H8_2-WQhAzTg_pvGsah9oBhl15nAUV4k
and after few seconds I can see the similar message I read here - Logging in with Generic could not be completed due to an error.
Can anyone help me, or the better question - can this be done with ORCID?
Thanks in advance!