Universal link from api endpoint - stripe-payments

Hellooo
I am integrating Stripe connect with my app and am trying to configure a universal link as a redirect for once the user has signed up an account with stripe.
Does anyone know if this is possible?
I am trying to host this link on my api. I have added a apple-app-site-association file to the root folder of my api, and specified a path as an endpoint /users/integrations/stripe/redirect.
I have added the api.mycompany.com as an associated domain on my app.
I am not being redirected to the app when I sign up with Stripe.
Any help or guidance would be great, even if to tell me I'm being an idiot and can't achieve my goals.
thanks

Related

How to allow users to connect multiple JIRA accounts with a NodeJs app

I have built a NodeJs app. I want to allow my users to connect their JIRA accounts with my NodeJs app. I just want them to enter their JIRA base url (e.g. https://test.atlassian.net) and that should redirect them to the entered JIRA url where they will grant the app all the required permissions. After that they will be redirected back to my NodeJs app with some kind of access token(or something similar to that) which I can further use in future to call JIRA Rest APIs.
I already tried to follow the guide at https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/. But using this guide the user will be able to connect only those accounts for which they have setup application links at https://test.atlassian.net/plugins/servlet/applinks/listApplicationLinks. So this will require users to do some additional setup in their JIRA accounts. But I want users to connect any JIRA account for which they will just enter the base url. So I am not sure if this is something which is supported by JIRA or Atlassian.
However I have seen the apps like Mural (https://mural.co), Miro (https://miro.com) or Trello (https://trello.com) are able to allow users to connect their JIRA accounts by just providing the JIRA base url (e.g. https://test.atlassian.net). They don't ask users to provide any other information. You can refer to the attached screenshots.
Mural asks user to enter the Jira base url
Then it redirects the users to the entered JIRA url where they will press the connect button and grant the app required permissions
Once the permission is granted then it will redirect user back to Mural with a code
Can someone suggest how to achieve this?

There are no redirect URIs registered with DocuSign

We went live with DocuSign integration a while back. In the development, we're able to authenticate the DocuSign credentials of the user and then they're able to send documents for eSign.
After going live, our customers trying to authenticate their DocuSign credentials on our app are getting URI not present error.
Any idea where we're going wrong.
You need to configure the key again in the production environment.
These URIs are not copied over for you even after you went live.

Ability for Admin to Link Social Media to a User's Account

I'm faced with the current dilemma. My application flow is as follows:
Admin logs in
Has to select a list of clients
The selected Client data is then loaded in
Admin should now be able to Link Facebook, for example, to that
client's account with their credentials on a click of a button. Same
would apply for other social media accounts that the user has. The
reason that's important is the app then goes and fetches data from
their social media, such as Facebook Insights.
Is there a way I could achieve is ? I was thinking maybe Auth0 but I had a look on their documentation and it seems I could do it but only if Admin was the one linking his own social media account to his account. Can't really see a way where he could link other accounts to the Client's account currently selected.
I'm working with a React-Redux, Express and MongoDB app.
Even a push in the direct direction would be greatly appreciated.
This is certainly achievable using Auth0 - take a look at the Link Accounts API (User) - you want to use the second option using an API v2 token
See sample here that illustrates how this might work using Node.js.
You could possibly rework this to your technology stack pretty easily. Since you are using a Management Token you'd want that to remain server side (Express) and the react/redux app could make ajax calls via the Express Server side component - which in turn calls out to the Auth0 endpoint to perform the user search / linking actions.

User Provisioning for Yammer

I am building a third party webapplication which will create automatically create users in Yammer service.For this I need to use the API of yammer,which requires a authentication mechanishm OAUTH,which send the authorised code to some redirect url which is not a feasible solution .Can any one out here help me to Access API but any other means?
Thanks in advance
Namrata

Facebook app for website

Help me..
I'm implementing a web application in my local server and after i will publish my application to download and can use every one.So I need to give a social experience to user with my web application(user can update his fan pages through my web application). So i created a facebook application. But I'm still in problem what is site url in application. This is not for my own web site. This is for all download users. Then how can I create a facebook application to achieve this.
With a facebook Canvas App, site url is where the actual application is hosted.
So, if your web application was fully functional at http://example.com/facebook, that would be the site URL.
I created a facebook app last year and it's a web based application that is wholly contained within my webserver, the site url points to it's landing page.
I think you want to make this application downloadable like wordpress framework so that others can host the application on their server and use it.
So probably best way is to have a admin section like in wordpress, user who download and implement you application on his or her server can provide their own application access token.
Insted of hard-coding your own access code into your download application framework
In admin section create a tab to register your application with facebook, which will redirect user to the facebook.com/developer where he/she can register their application and after registration they can put their access token back in you application framework admin section. you can store this details in some table and fetch it where ever you need it for authentication.
hope this logic helps for you.

Resources