diff --git a/plugins/kolab_sso/drivers/oauth2.php b/plugins/kolab_sso/drivers/oauth2.php index 6792d35f..716cee42 100644 --- a/plugins/kolab_sso/drivers/oauth2.php +++ b/plugins/kolab_sso/drivers/oauth2.php @@ -283,7 +283,7 @@ class kolab_sso_oauth2 $key = $keyid; } else { - throw new Exception("Failed to extract public key"); + throw new Exception("Failed to extract public key. " . openssl_error_string()); } }