openid-connect-generic icon indicating copy to clipboard operation
openid-connect-generic copied to clipboard

WordPress plugin to provide an OpenID Connect Generic client

Results 156 openid-connect-generic issues
Sort by recently updated
recently updated
newest added

Acquire (and cache) the provider's configuration information using discovery https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig This will keep things working if anything changes at the OP end and means less config for the plugin user....

enhancement

Hello I have enabled the plugin on my WP website and using openedx as my validator. When I use my generic URI **https://waqas.datasciencedojo.com/openid-connect-authorize** it gives em below error and take...

Just started to test this plugin and I noticed it has not been updated in a little while. But I am getting the error below when I try and hit...

Hi, I'm facing a issue about this authorization code on local machine, I'm receiving this info: /wp-admin/admin-ajax.php?action=openid-connect-authorize&code=1KIn6H&state=093a71b45069ec6e5a79382cd3c78d62 but after login I'm redirect to /wp-login.php?login-error=invalid_grant&message=Invalid+authorization+code%3A+1KIn6H How I'm not the dev that...

Hi guys, I've been trying to this working with the WP-API oauth2 plugin (https://github.com/WP-API/OAuth2). The auth confirmation screen comes up but after confirming, I'm redirected to the client site's login...

help wanted

hello daggerhart, i'm using version 3.3.1 of your openID connect generic client and am having a weird issue. I have 2 WP sites all on ecs / rds Site A...

I only noticed this while browsing the code in PHPStorm and noticed the lint error so figured I would mention it here https://github.com/daggerhart/openid-connect-generic/blob/f3829b48e28eeb7e8548749a90d489d886f0af45/includes/openid-connect-generic-client-wrapper.php#L664 `$token_response` is not set anywhere in the...

I'd already configure the plug in to work with Azure AD. Everything works fine but i'd try to login to my website automaticaly when the user is already log on...

Please, add the "remove_login_form()" function in optional checkbox. So, administrator can connect the wordpresse identification form, in "wp-login.php?login-error" case (when login type is auto login sso)

It does not appear that this client validates the signature on the JWT passed back from the token server. All it does is make sure the resource request response data...