Hi Author,
Can you please comment on the GDPR, are we good with the guidelines of GDPR?
@shirounagi, I noticed that this plugin has not been updated in a good while. An improved and updated fork of this plugin has been developed by Jonathan Daggerhart at https://github.com/daggerhart/openid-connect-generic
Would you consider either updating your plugin to include these changes or allowing Jonathan or myself to be a co-maintain your plugin here on www.ads-software.com to continue developing and enhancing it?
https://www.ads-software.com/plugins/generic-openid-connect/
]]>Line 97 replace:
$this->ep_userinfo . ‘?access_token=’ . $token_response[‘access_token’],
with:
$this->ep_userinfo . ‘?schema=openid&access_token=’ . $token_response[‘access_token’],
In the settings for the plugin:
Identity key needs to be set to ‘sub’ (without quotes) for my IdP, and the regex *needs to be set*, and between single quotes.
https://www.ads-software.com/plugins/generic-openid-connect/
]]>I installed the plugin on my WordPress site called and have also got my oauth server setup using my billing software https://wphmcs.com sites.
Both sites are ssl enabled and the whmcs side is setup with the appropriate tokens and keys generated . My question is regarding some additional info that the plugin is requesting… and I don’t know where/what it is.
I’ve got:
Login Endpoint URL
Token Validation Endpoint URL
Userinfo Endpoint URL
Client ID
Client Secret Key
I”m missing:
OpenID Scope
Identity Key
Where those two pieces of info come from or how they are generated so I can add them to the plugin?
How is the actual login flow supposed to work. Do Wp user still use the default login/logout/register pages The plugin doesn’t have any detailed instructions
https://www.ads-software.com/plugins/generic-openid-connect/
]]>Hello,
it took my colleague and me some hours to figure out that due to the plugin trying to send headers AFTER part of the login form is rendered, it can only work, if php output_buffering is on. This masks the fact that the wp-redirect() call is at the wrong hook. It should be made BEFORE the login form is starting rendering output.
Best regards,
Ilke and Mathias
https://www.ads-software.com/plugins/generic-openid-connect/
]]>Hi I cant seem to get your plugin working. When I fill in all the settings and I navigate to the wp-login page just a blank username and password field shows up without any buttons. Can you help me to configure this?
https://www.ads-software.com/plugins/generic-openid-connect/
]]>hi there
i am not sure if this plugin is supported any more, if yes id need some help configuring it please
Thanks
https://www.ads-software.com/plugins/generic-openid-connect/
]]>