[
https://issues.apache.org/jira/browse/OLTU-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Sanso resolved OLTU-213.
--------------------------------
Resolution: Duplicate
how is it different than OLTU-211 ?
> Provide or confirm the Authorization url and token url
> ------------------------------------------------------
>
> Key: OLTU-213
> URL: https://issues.apache.org/jira/browse/OLTU-213
> Project: Apache Oltu
> Issue Type: Bug
> Reporter: Prateek
>
> Please provide the Authorization and Token URL and confirm the below details.
> {code:java}
> FACEBOOK(
> "facebook",
> "https://graph.facebook.com/oauth/authorize",
> "https://graph.facebook.com/oauth/access_token"),
> FOURSQUARE(
> "foursquare",
> "https://foursquare.com/oauth2/authenticate",
> "https://foursquare.com/oauth2/access_token"),
> GITHUB(
> "GitHub",
> "https://github.com/login/oauth/authorize",
> "https://github.com/login/oauth/access_token"),
> GOOGLE(
> "Google",
> "https://accounts.google.com/o/oauth2/auth",
> "https://accounts.google.com/o/oauth2/token"),
> INSTAGRAM(
> "Instagram",
> "https://api.instagram.com/oauth/authorize",
> "https://api.instagram.com/oauth/access_token"),
> LINKEDIN(
> "LinkedIn",
> "https://www.linkedin.com/uas/oauth2/authorization",
> "https://www.linkedin.com/uas/oauth2/accessToken"),
> MICROSOFT(
> "Microsoft",
> "https://login.live.com/oauth20_authorize.srf",
> "https://login.live.com/oauth20_token.srf"),
> PAYPAL(
> "PayPal",
> "https://identity.x.com/xidentity/resources/authorize",
> "https://identity.x.com/xidentity/oauthtokenservice"),
> REDDIT(
> "reddit",
> "https://ssl.reddit.com/api/v1/authorize",
> "https://ssl.reddit.com/api/v1/access_token"),
> SALESFORCE(
> "salesforce",
> "https://login.salesforce.com/services/oauth2/authorize",
> "https://login.salesforce.com/services/oauth2/token"),
> YAMMER(
> "Yammer",
> "https://www.yammer.com/dialog/oauth",
> "https://www.yammer.com/oauth2/access_token.json");
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)