I am using \'omniauth-linkedin-oauth2\'.
When I am login with linkedin then I am getting this error
Invalid redirect_uri. This value must matc
Worth mentioning when one uses libraries to handle oauth: some libraries fail to care about the protocol that is used (or at least require further parametrization). Eg, I gave Linkedin https://example/callback as oauth2 url, but the library sent the request with http://example/callback as parameter.