API Error Code
The error code generated by API is -500 band.
| Error Code |
Error Description |
| -501 |
Socket connection to SSO server failed. |
| -502 |
Socket connection to SSO agent failed. |
| -503 |
SSO Agent did not send a response. |
| -504 |
The required ID is not set on the SSO object when requesting token generation. |
| -505 |
Client IP is not set for SSO object when requesting token generation. |
| -506 |
Token value is not set for SSO object when requesting token verification. |
Agent Error Code
The error code generated by Agent is -600 band.
| Error Code |
Error Description |
| -601 |
Valid time has passed since token was issued. Need to check token creation time, configuration token_expiration, and server setup time. |
| -602 |
Client IP does not match when token creation request and token verification request. The client IP check can be disabled through the client_ip4_mask, client_ip6_mask settings in the configuration if the client IP is incorrect depending on the network environment. |
| -603 |
Client IP is invalid on token generation request. Requires verification that it is in IPv4 or IPv6 format. |
| -604 |
Client IP is not valid when token verification is requested. Requires verification that it is in IPv4 or IPv6 format. |
| -605 |
Error occurred during Base64 encoding decoding. Need to check log file. |
| -606 |
Error in encryption module. Need to check log file. |
| -699 |
Unknown error. Need to check log file. |
Server Error Code
The error code generated by Server is -700 band.
| Error Code |
Error Description |
| -701 |
Error occurred during Base64 encoding decoding. Need to check log file. |
| -702 |
Error in encryption module. Need to check log file. |
| -799 |
Unknown error. Need to check log file. |