Git Product home page Git Product logo

Comments (5)

kvu-luong avatar kvu-luong commented on June 12, 2024

I also got this error etheir. @JitendraZaa Could you help us to figure it out why it happen. Appreciate any suggestion from you

from oauthflows.

manzanofab avatar manzanofab commented on June 12, 2024

Same same issue

from oauthflows.

JitendraZaa avatar JitendraZaa commented on June 12, 2024

Go to policies of connected App and change setting to "Preauthorized user can login" Add that user's profile in Connected app policy. This should resolve issue.

from oauthflows.

akshayshete88 avatar akshayshete88 commented on June 12, 2024

I tried Authorization many times but with no success; Finally , I went through the entire code and made a bit change in the Body where we pass the parameters :

Just change the order of parameters you are passing as given below

Old : Body(string iss,string aud,string prn,string exp){ this.iss=iss; this.aud=aud; this.prn=prn; this.exp=exp; }

New: Body(string iss,string prn,string aud,string exp){ this.iss=iss; this.aud=aud; this.prn=prn; this.exp=exp; }

Hope It works for you as well. Good Luck!

from oauthflows.

sahasuman17 avatar sahasuman17 commented on June 12, 2024

Go to policies of connected App and change setting to "Preauthorized user can login" Add that user's profile in Connected app policy. This should resolve issue.

Throwing below error with above setting:
Some error occurred. Make sure connected app is approved previously. Salesforce Response : {"error":"invalid_request","error_description":"refresh_token scope is required and the connected app should be installed and preauthorized."}
@JitendraZaa

from oauthflows.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.