Reputation: 173
I am greeted with a page and I haven't been able to figure out what exactly it is that I am doing wrong .
I have done everything as suggested by the docs here https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context and ensured that the redirect URL I provided has been authorized from my app's page however I still see this page when I try to authorize . This is what the authorization URL looks like ( I removed client ID for reasons ) . My redirect URL is set to my localhost .
Upvotes: 1
Views: 3453
Reputation: 173
I have fixed this ! All I did was ensure that everything matched perfectly . The scopes in the URL and app page had to be the exact same and also I changed the redirect_uri from 127.0.0.1 to localhost and it works perfectly .
Upvotes: 1