Is there any character limit in OTK DB for callback URL?
search cancel

Is there any character limit in OTK DB for callback URL?

book

Article ID: 406869

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

One of the clients has a huge amount of Redirect URL’s. So we need to see how many redirect URL's we can keep adding to on single OTK client registration. 

Is there any character limit in OTK DB for the callback URL column?

Environment

OTK 4.6

Resolution

The callback column in oauth_client_key table has the data type defined as varchar(2048). This can hold upto 2048 characters for the callback URL or redirect URL.

You can edit and change the data type to store a max of 6000 characters.