Giter Site home page Giter Site logo

Comments (5)

pjammer avatar pjammer commented on July 22, 2024

Why does a post render a view and not redirect?

That is what I've got so far on this issue I'm having. Maybe it stems from the @token thing being nil?

Also in the form for your generated oauth2_authorize view, it goes to authorize_url and we don't have a POST route for it, should we? I may not know enough about rails 3 routing but i thought each match .... needed a :method call too?

I'm using pre4, fwiw.

from oauth-plugin.

pjammer avatar pjammer commented on July 22, 2024

In the generated view file for oauth2_authroize.html.erb, you need to change the hidden field to:

<%= hidden_field_tag "redirect_url", params[:redirect_uri]%>

I'll add a pull request once i get this invalid_credentials error figured out.

Is the Oauth2 stuff, f@cked up or something??

from oauth-plugin.

pjammer avatar pjammer commented on July 22, 2024

yeah, the oauth2_authorize.html.erb page should read @client_application not @token.client_application, as you don't pass an @token in the authorize method of the provider_controller.

I wish someone could answer me soon, i feel this is not complete or something and would like to be told if that is the truth, just so I know what I'm up against here.

oauth-plugin is still the only half decent choice for providers, or am I wrong?

from oauth-plugin.

pjammer avatar pjammer commented on July 22, 2024

hmm, why does

Started POST "/oauth/access_token"

go into oauth10_request_token when it should be oauth20_access_token i'd assume, for Omniauth sending back after the OauthVerifier record is created?

It's because of provider_controller.rb line 11:

oauthenticate :strategies => :oauth10_request_token, :interactive => false, :only => [:access_token]

If this is going to access_token automatically from my Omniauth'd app, I wonder if their :oauth2 strategy is passing it as an oauth provider instead?

from oauth-plugin.

pjammer avatar pjammer commented on July 22, 2024

I found out that your Oauth-plugin Oauth2.0 was half finished.

I'll be sending a pull request with what i did to get this working, no reason for it to be half finished and don't want someone else to go through this pain either.

from oauth-plugin.

Related Issues (20)

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.