Coupa OAuth2.0 Configuration without using Coupa SNAP
Here is the issue, the Default OAuth2.0 Snap does have Scope so Where I can specify the Scope What Do I put as OAuth2 Endpoint? See screenshot. Is anyone able to connect to Coupa using OAuth 2.0 Please share step-by-step? I was able to connect via Postman using the POST call that generates the Key, but not sure what I need to do with that key. Currently, for the connection in Snaplogic, I have provided the Client ID and Client Secret. I get 500 Errors when trying to make the connectionSolved5.4KViews0likes6CommentsUsing REST In-Memory OAuth2 Account
I am converting a REST Put snap so it can use OAuth2 for authentication purposes. I have a REST In-Memory OAuth2 account created. It has been able to authorize and refresh its tokens. When I try and do a REST Put using this account, I am getting a 403 Forbidden error. I’m not sure what I’m doing wrong. The error_entity field in the the error view tells me that I have a missing equal sign in my authorization header. I’m not sure how I can fix this. Hoping someone might be able to tell me what I’m missing here. I’ve included some screenshots of my OAuth2 account, my error messages, and the REST Put configuration. Suggestions would be greatly appreciated with my pre-emptive thanks. Best…AlexSolvedPassing Parameter to OAuth2 Account
We are working on an integration here and we´re having problems while trying to pass parameters to an OAuth2 Account. We read an account with Client ID, Client Secret, Auth Endpoint and Token Endpoint already set. Then we map it, using metadata to add the Token, Refresh Token, AutoRefresh=true and Token Expiration. Then we SL Create a new account with this settings. When I check the account, its really being created and it holds all the data I passed through metadata mapping. But its not working, I just cant connect to Rest GET with this account and the auto-refresh wont work, although the expiration time passed. If i create the exact same account through UI, it works perfectly. Am I doing anything wrong? We need the accounts to be created automatically when the user authorizes the OAuth2 at our app.2.7KViews1like2CommentsAuto-Refresh OAuth2 Dynamic
i’m working on a project that requires OAuth2 and we are trying to figure out how to make the auto-refresh token work. When the user authorize integration, the oauth2 authentication code is sent to the Callback URL. if we set the callback to us, we can get the Authorization Code and start the pipeline passing it to an account via metadata, but we aren’t able to auto refresh with SL, because the callback is set to us. if we set the callback do SL, the auto refresh works perfectly, but we need the app users to access the authentication page and authorize integration with our Partner, so it will generate the authentication code we need to start the integration.1.7KViews0likes0Comments