Merge pull request #22679 from mattwire/dummyreturn
[civicrm-core.git] / ext / authx / README.md
index f0515b8a3eca4db2a4868fc676af1ee1e2c59eb1..d5404a88bfa50c059e18cd9974d1a30cb7a8c127 100644 (file)
@@ -124,3 +124,6 @@ $ cv ev 'Civi::settings()->set("authx_header_cred", ["pass","jwt"]);'
 $ curl 'https://demouser:demopass@example.org/civicrm/authx/id'
 {"contact_id":203,"user_id":"2"}
 ```
+
+The "AuthX: Authenticate to services with password" CiviCRM permission must
+also be granted for the role associated to the user.