]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/OpenIdConnect/OpenIdConnectService.php
Added further OIDC core class testing
[bookstack] / app / Auth / Access / OpenIdConnect / OpenIdConnectService.php
index 0f9fed006b794bf0a238f3d4441bbd1f78a0ec86..7471a5007225638e59256960d31529cdb8d5e973 100644 (file)
@@ -136,7 +136,7 @@ class OpenIdConnectService
         );
 
         if ($this->config['dump_user_details']) {
-            throw new JsonDebugException($idToken->claims());
+            throw new JsonDebugException($idToken->getAllClaims());
         }
 
         try {