Unrecognized authorization script include: 'bearerAuth'Issue Oauth authentication is failing with the error message 2020-03-19 06:37:18 (529) API_INT-thread-1 SYSTEM txid=30e84cd3dba7 WARNING *** WARNING *** Unrecognized authorization script include: 'bearerAuth'2020-03-19 06:37:18 (530) API_INT-thread-1 SYSTEM txid=30e84cd3dba7 #214725 [REST API] RESTAPIProcessor : User Not Authenticated2020-03-19 06:37:18 (530) API_INT-thread-1 SYSTEM txid=30e84cd3dba7 DEBUG: Session inactivity timeout changed for unauthorized session. Inactive_interval=300 secondsReleaseALLCauseThe warning "Unrecognized authorization script include: 'bearerAuth' is thrown when the Authorization header has 'bearer <token>' instead of 'Bearer <token>'. It is case sensitive and "B" should be UPPERCASE.ResolutionWhile passing the Authorization header use "Bearer".