Ionic.Auth.login with linkedIN, how to configure the redirect_uri

Hi, when I try to login with linkedIN as provider , I got a invalid redirect_uri error with inappbrowser. Any idea on how to give the uri ?

I’ve tried so far Ionic.Auth.login(provider, { ‘remember’: true }, { redirect_uri: “https://www.linkedin.com/reg/join” }).then(success, failure);