Add separate AuthType for osdu connectivity mode
The main goal of this ticket is to disable jwt token parsing for osdu connectivity mode:
When we add separate osdu AuthType we can skip jwt/token parsing and after that we should get user information from Entitlements service (for example email), since not all osdu tokens are jwt tokens (for example google provider can use non-jwt token for auth, it raises parsing error and uses "nobody" in a console)
Edited by Vadzim Kulyba