Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
ci
Describe the bug
Test fails with response: https://www.instagram.com/oauth/authorize/third_party/error/?message=Invalid%20Request%3A%20Request%20parameters%20are%20invalid%3A%20Invalid%20scope%3A%20user_profile
Version
latest
Regression
- The issue is a regression
Expected behavior
Successful login throw api
Actual behavior
Request fails due to recent changes on the Instagram Basic Display API. https://developers.facebook.com/docs/instagram-platform
How to Reproduce?
- Set up the Instagram application according to the documentation: https://www.keycloak.org/docs/latest/server_admin/#instagram
- Prepare social.properties file containing the required variables (e.g., Client ID, Client Secret, ...)
- Run the testsuite with following command with your custom social.properties file
$ mvn -f testsuite/integration-arquillian/pom.xml clean install \
-Dtest=SocialLoginTest#instagramLogin \
-Dsocial.config=path\to\social.properties \
-Dbrowser=chrome
Anything else?
No response