Client request failing on Request parameters
search cancel

Client request failing on Request parameters

book

Article ID: 274294

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Few of our clients are passing Client ID, secret as request parameters.

We are upgrading from v9.2 to v11. In 9.2 it was working fine, but failing in v11.

 

Environment

Release : 11.0

Cause

client_secret should not be passed in the query parameter this change occurred with OTK 4.6 - hardening the security

Resolution

The service for tokens:  auth/oauth/v2/token

The added check is Policy Line 27 “Evaluate Regular Expression”, if you temporarily disable this assertions you can send the info in the request parameters 

This should only be temporary and will also be overwritten on updates