
Problem/Motivation
Hi,
It seems when we use acquia_optimize and services_api_key_auth modules together, it will lead to access denied issues when submitting the acquia optimize API settings form. This is due to services_api_key_auth module looking for "api_key" and tinkering with authentication process. Which leads to access denied for our settings submission.
Steps to reproduce
1. Install the acquia_optimize module
2. Go to acquia optimize API settings form
3. Enter the API Key and API URl
4. Save the form
5. Redirect to Access denied page
Issue fork acquia_optimize-3543546
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
hemant_raghuvanshi commentedComment #3
hemant_raghuvanshi commentedComment #4
hemant_raghuvanshi commentedComment #5
hemant_raghuvanshi commentedComment #6
hemant_raghuvanshi commentedwe are using services_api_key_auth module version 3.0.
Comment #10
ankitv18 commentedComment #11
vishalkhode commentedThis is not an issue with Acquia Optimize module as it's an issue with Services API Key Authentication module and it's already fixed there: #2928649: namespace "api_key: causes access denied if a form has element also called 'api_key'. Hence, closing.
Comment #12
hemant_raghuvanshi commentedThank you!