Questions tagged [callbackurl]

A callback URL is a URL passed to a server as part of a request. The server then uses that URL to respond asynchronously to the original caller.

63 questions
0
votes
1 answer

Auth0, React, Configuring callback url for deployment

I followed the tutorial given here : https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ and it works all fine on localhost. After deployment on a VPS (with Apache2), the callback url doesn't work anymore I get a 404 not found page…
machinus
  • 125
  • 1
  • 11
0
votes
2 answers

API Endpoint Callback_url

I am developing an Android Application with access to an external API. To access the API, it is necessary to implement OAuth2 protocol. I have set up everything, my API call to get an authorization code is working, but does not return anything.…
Niels Vanwingh
  • 444
  • 4
  • 18
0
votes
1 answer

OAuth2 CallBack URL

I am doing OAuth2 authentication on Android. I get a "java.util.NoSuchElementException" error when trying to use the authorization code further down the line. After testing it seems that the call is correct, but I get nothing back.. My callback uri…
Niels Vanwingh
  • 444
  • 4
  • 18
0
votes
1 answer

How do I get a callback url?

I am creating my first chatbot with Facebook for developers and I don't know how to set a callback url. I already have my url (IP address of my EC2 instance). Do you know by any chance how could I obtain one? And do I have to set a domain name for…
0
votes
2 answers

Nodejs: I want to get values from a callback URL using get method

This is my redirect/callback URL: http://localhost:3000/users/servicespage/callback?payment_id=MOJO7717005A25534569&payment_request_id=378e45f1a7d944299a5185a9eea29c83 I want to have values of: payment_id : …
0
votes
1 answer

Salesforce Sandbox API Oauth2 Callback URL over localhost Django

Newbie working on a Salesforce project for a job interview. I'm trying to build a Django form that will submit a case ticket to the Salesforce backend. Using django-salesforce django-salesforcelibrary, and I'm at the point where I'm creating the a…
Adam Yui
  • 137
  • 11
0
votes
0 answers

SSO integration for SPA that runs on premise(intranet), not in a public domain

I am building a web application where development teams can install and use inside their companies. I am exploring the possibility of adding SSO support with Github since it is very convenient for developers. In Github API, Auth0, Google etc. you…
0
votes
1 answer

Gmail redirection after sign in

When I try to go through the specific mail page link without sign in, gmail redirects me to the sign-in page. But after I sign in it always redirects me to the inbox page (as below image), and not to that specific mail page. How can I go to the…
0
votes
0 answers

How to handle callback URLs in a Single Page Angular/Node.js Web App

I have a single page web app in Node.js/Express and Angular.js and I need to use the Jawbone API to retrieve fitness data. In order to use their API I need to be redirected to the Jawbone website to authenticate and provide a callback URL to receive…
CSharp
  • 1,186
  • 1
  • 12
  • 33
0
votes
0 answers

How do I get part of a url using javascript

I have a url that looks like this https://adv-web-final-robneal28.c9users.io/index.html?code=7eba04a6a83f4d5aac30afec6a44b61 its being generated with as part of the instagram implicit oauth. I need to be able grab the code part of the url…
robneal
  • 40
  • 7
0
votes
0 answers

Ajax Interval Call throws empty error upon exiting page

I am using a remote API to pull an application's console logs every 2 seconds using AJAX. This works fine in all cases with the exception of the user clicking a link on the page to move elsewhere. Doing so triggers the Error callback without…
user470760
0
votes
1 answer

Apache Oltu OAuth2.0 Callback Handling

I am creating a Maven project using Apache Oltu, Java servlets, and JSPs that requires OAuth2 Authentication in order to access an API. So far I am able to be redirected to the website and authorize access, however, when the website redirects back…
jalamak
  • 97
  • 6
0
votes
1 answer

callback location does not get called after document signed using RightSignature API

When I send a one-off document to RightSignature via their API, I'm specifying a callback location in the XML document as specified in RightSignature's schema definition. I then get a signer-link value back from their API for the document. I display…
vishal
  • 1
  • 2
0
votes
2 answers

dribbble authentication url not working in android

This is api doc. http://developer.dribbble.com/v1/oauth/ This is client Ids: Client ID 3acdea730eaae4ea51dadf296be4e8edf7cd4b6ab030ce69c1de0d1a335b679d Client Secret 4a9773911cd2304fa23047e703e35fffbd443f32a9c73207aa60b45852e17b64 Client Access…
Ronit
  • 301
  • 1
  • 2
  • 13
0
votes
1 answer

What is a callback in programming?

I have heard this term tossed around, can anybody explain what it means and what problem it solves. Also where does this originate from.