Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a connector that authenticates with the new authx extension #15

Merged
merged 3 commits into from
Aug 26, 2021

Conversation

kainuk
Copy link
Contributor

@kainuk kainuk commented Aug 26, 2021

In the latest versions of CiviCRM, the endpoint https://my-civi.org/sites/all/modules/civicrm/extern/rest.php is not supported anymore. It is replaced by a new extension AuthX that provides a lot of different authentication options. The CurlAuthX connector uses just one of them.

@kainuk kainuk merged commit 3425c37 into CiviMRF:master Aug 26, 2021
@jensschuppe
Copy link
Contributor

@kainuk Can you elaborate on what this means for the traditional REST endpoints? Are they completely broken as of CiviCRM 5.41 or just marked deprecated?

@kainuk
Copy link
Contributor Author

kainuk commented Sep 10, 2021

Hi @jensschuppe, I created this for a Drupal 9 installation, that did not have a working rest.php file any more. This endpoint is a solution for that. Tim Otten has created a PR for core that can be used for the standard REST connector. This PR, however, is not merged. See civicrm/civicrm-core#19727.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants