LivePerson needed to connect a platform that supported eCommerce and also custom checkout flows with API integration into a variety of software and service they already used.
I have tried to import (drush cim) both local and remote (Acquia's environment) and it failed to import the configs with the following error.
The import failed due for the following reasons: [error]
Configuration simplesamlphp_auth.settings depends on the SimpleSAMLphp Authentication module that will not be installed after import.
I'm trying to do several things in Drupal 8.3x to understand the Rest API functionality of Drupal. When I try to test the Rest links like "site.com/user/registration" I keep getting the 403 forbidden message when I use Postman. For this same test, on the "site.com/admin/config/people/accounts" I disallowed anonymous users from registering a new user. On the same page, I clicked on the checkbox to allow anonymous users to register users, so when I tested again using postman, I got the 200 OK message.