Clarity PPM Cognito Service | <Clarity Home>/logs/app-system.log | Info message prefixes:
- JWKS_FILE: Related with JWKS file processing
- SESSION_CREATED: When a session was successfully created
- SESSION_INVALIDATED: When a session was successfully invalidated
- SESSION_COOKIE: Related to session cookie verification
- VALIDATION_SUCCESSFUL: Related to validation steps that are overcome
- VALIDATION_ERROR: Related to validation steps that are NOT overcome
Error message prefixes:
- INVALID_CONFIG_PARAMS: When an error has occurred reading or processing the configuration properties file
- UNSUCCESSFUL_SESSION: When a session could not be created
- INVALID_URL: When a URL is not allowed due to its content, host or format
- INVALID_TOKEN_INFO_RESPONSE: Used when getting wrong response from AWS Cognito services for TOKEN_INFO
- INVALID_USER_INFO_RESPONSE: Used when getting wrong response from AWS Cognito services for USER_INFO
- INVALID_TOKEN: Used to indicate a validation error (Structure, signature, content o validity) of the JWT Token
- UNEXPECTED_ERROR: Used when any other unexpected error condition occurs
|