Add access token support
According to the Openid specification using of id_token
in not correct.
With the fix the both approaches are supported: access_token
for authorization and id_token
for inner communication with Java services.
Current .gitlab-ci.yml
looks not applicable for Go. Tests runner step implemented.
Edited by Siarhei Khaletski (EPAM)