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?
OTK 4.6
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.