I’m trying to troubleshoot an issue with authenticating a google account for WP SMTP. However, I need to disable this plugin as it may be causing issues with the google authentication process. However, when I try to deactivate it or remove it, it just doesn’t work. Whenever I try to deactivate it, I get the following error: There has been a critical error on this website. Please check your site admin email inbox for instructions
the site isn’t actually broken, I can hit back and it’s fine, but the plugin refuses to deactivate.
]]>hi
We try to set the plugin into our dev env for our WP site but when pressed get atributes button it shows the window with the error in the url tab for invalid scope.
i tought because the field was empty but even after added text to the field it shows same error.
Expecialy what must be added on this field- Scope?
its a simple text field so… what we should add there?
See the screenshots from our config. in our wp site and in our application Django
it seems all setups are correct but we dont know realy about this scope field and the issue it shows.
We use Custom Ouath setups to our Django app/platform.
https://ibb.co/FVCW489
https://ibb.co/GWb5FpD
https://ibb.co/r6W6pfT
I can setup admin access for you to our dev env where we tried to do the things so you can take a look by yourself and help in any way.
Looking forward to your reply
Best,
Ilian
I would like to know , Expecting for any plugin update or new release ?
Thanks
]]>Hello,
We would like to map custom attributes but it still says: “(It is being worked on and will be ready shortly.)”. Is there a (rough) timeline when this feature will be available?
Thank you! ??
]]>I created a Google Oauth setup using this plugin. But when I try to login in using the Oauth button on login screen it shows the below error:
No request found for this application
I have made proper setup in my Google project.
our customer (WP site) uses: WP OAuth Server.
Version 4.1.0 | By Dash10 Digital | Visit plugin site
I this the correct forum?
can I run a different SSO plugin that accepts sso info from this plugin? Total noob to websites here, 4th day
]]>latest 3.0 version has a file missnamed
Installer will add
feedback_form.php
instead of
oauthclient_feedback_form.php
causing
Warning: require_once(oauthclient_feedback_form.php): failed to open stream: No such file or directory in /var/www/html/wp-content/plugins/oauth-client-for-user-authentication/oauthclient_controller.php on line 13
Fatal error: require_once(): Failed opening required ‘oauthclient_feedback_form.php’ (include_path=’.:/usr/share/php’) in /var/www/html/wp-content/plugins/oauth-client-for-user-authentication/oauthclient_controller.php on line 13
]]>Hi,
I wolud like to know if this plugin support simple SimpleSAMLphp and Password Grant ?
Regards,
Hilfan
]]>Hello
It would be nice to manage path in “Attribute Mapping” keys, like “key.subkey”. It’ll permit to access value in user info api result.
If you have a git somewhere I can send you a pull request.
I did a try with code like
/**
* Retrieve a key in a structured data.
* Key path separator is "." like "k1.k2".
*/
public static function array_getKeyPath( Array & $array, $keyPath, $default = null )
{
if( empty($array) || (! is_array($array)) )
return $default ;
$ar =& $array ;
$value = $default ;
foreach( explode('.',$keyPath) as $key )
{
if( isset($ar[$key]) )
{
$value = $ar[$key];
$ar =& $ar[$key] ;
}
else
{
return $default ;
}
}
return $value ;
}
]]>
hi
it did not work with cognito and auth0. what is the possibilities to map user role after registration and login.
thx
sayantan
Hello,
Can this plugin work with NeonCRM acting as the IP?
Thanks,
Steve
]]>