X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fauthx%2FREADME.md;h=d5404a88bfa50c059e18cd9974d1a30cb7a8c127;hb=91780c73737d21fa0619f233b543910e248ea7e7;hp=f0515b8a3eca4db2a4868fc676af1ee1e2c59eb1;hpb=d0528c96e3747cb593bf5c0e6e7037673e4c03e2;p=civicrm-core.git diff --git a/ext/authx/README.md b/ext/authx/README.md index f0515b8a3e..d5404a88bf 100644 --- a/ext/authx/README.md +++ b/ext/authx/README.md @@ -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.