Oracle Mobile and Social with Meetup Oauth 2.0 Does Not Work
(Doc ID 2163282.1)
Last updated on JULY 07, 2020
Applies to:
Oracle Mobile and Social - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
Goal
After setting up Meetup in OAM, we get the following error in the Meetup page -
Invalid Authorization request
If you were directed here by another application, contact its developer
It seems that when OAM calls Meetup it is using the following url -
https:///oauth2/authorize?client_id=sk8ahem2knp30gu36r8v5n2raj&redirect_uri=https://your_host.your_domain.org:443/oic_rp/return?state=0FFF&application=MultiLoginPOC&response_type=code&scope=basic&state=0FFF
Notice that the above url has two '?' operators and hence the url is not valid.
Here is the setup for Meetup we are using -
Authorization URL - https:///oauth2/authorize
Access Token URL - https:///oauth2/access
Profile URL - https://api.meetup.com/2/member/self
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |