While posting the credentials to login.fcc page with 6000 characters via a JSON response from third-party application the password is getting truncated to 4096 characters length and fails to login using login.fcc page.
R12.8.x
It is customer's requirement to increase the password field length in fcc page to accept 6000+ characters.
The size of the password field within fcc page of the Access Gateway forms login page has three fields by default ars as follows
Username, password and smaltcreds.
Size restriction for user and pwd are as below.
SM_SIZE_USERNAME 256
SM_SIZE_USERPW 4096
Smaltcreds 4kb
Since customer is implementing a custom authentication schema based on an fcc form, it's recommended to use @smaltcreds for larger size at access gateway/web-agent.
Please refer the below document and openid_en-US.fcc in AG (installed path <AG_home>\secure-proxy\proxy-engine\examples\forms_en-US\openid_en-US.fcc) has example usage.
Please refer the below for an example.