Displaying 20 results from an estimated 1000 matches similar to: "301 "Moved Permanently" for oauth with rails 2"
2013 Oct 07
2
Omni_auth with Facebook
Hi,
I''ve implemented the sample app with omni_auth(''0.2.6''). I''m using
rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but
getting oauth error. I tested it with twitter & google plus account.
Both are working fine but the FB connects is not working yet. Can you
please help me out?.
--
Posted via http://www.ruby-forum.com/.
--
You
2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
I can successfully get the contacts from google using OAuth gem in rails.
my gmail configuration is :
:google=>{
:key=>"***",
:secret=>"***",
:expose => true,
:scope=>"https://www.google.com/m8/feeds/"
}
now i want to get contact from yahoo and hot mail. How to get that contact
I have given following configuration in my
2010 Jun 08
9
[Rails Heroku] Problem with saving object (on heroku hosting)
Hi All,
I have some strange problem which appears only on heroku hosting 2.3.5
default stack (not on my local computer)
I have some models. Here they are:
class Contact < ActiveRecord::Base
belongs_to :user
belongs_to :type, :class_name => "ContactType", :foreign_key =>
"type_id"
validates_presence_of :name, :on => :create, :message =>
2007 Mar 19
3
Wine reboot my linux
Hi everyone,
While trying software, I've found that when I tried to install Catz 2,
my computer reboot (I've tried twice).
Before opening a bug, what channel I have to log ?
WINEDEBUG = +seh,+relay ?
I'm using xUbuntu 6.06 and wine 0.9.27
Thanks,
Michael
2010 Jun 08
1
camping-oauth is now available
I finally put together the final touches on the first version of the
camping-oauth gem.
It allows you to make a Camping web app into an OAuth provider. It
leverages ruby-oauth and the oauth-plugin.
An example of a use case is a web service built with Camping (using
json/xml with/without REST).
You can find it on GitHub: http://bit.ly/campingoauth
I also wrote a blog post on how to use it (and
2011 Mar 03
1
which oauth gem to use?
Does any1 have any recommendations for an oauth gem. I am trying to
create a twitter proxy. I''m not sure which oauth gem to use. Thanks in
advance!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2019 Aug 19
1
Dovecot and Oauth
Hi all,
I am considering expanding a mail server to support Oauth with Google. I
have read through the following:
https://wiki.dovecot.org/PasswordDatabase/oauth2
however, it doesn't work and appears to me to be missing important
information, the least of which is API authorisation. Searching with
Google, I can't find any more information beyond what amounts to C&P'ing
of the
2011 Dec 09
0
Re: Need help with WePay integration using oAuth
Qas Wm wrote in post #1008599:
> Hi,
>
> I a trying to integrate WePay with oauth but I have next to nothing
> experience with oauth and need help and guidance in completing this
> task.
>
> Does anyone have any pointer or sample they can direct me to?
Checkout the wepay-rails gem:
https://github.com/adamthedeveloper/wepay-rails
It handles the Oauth and IPN calls for you.
2023 Feb 15
2
thunderbird-102.7.1-1.el8 breaks OAuth authentication
On 2/14/23 08:49, Orion Poplawski wrote:
> On 1/29/23 11:24, Orion Poplawski wrote:
>> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke
>> OAuth authentication with outlook.office365.com.? Downgrading to
>> 102.4.0-1.el8 resolved the issue.
>>
>> Error console reports:
>>
>> XHR POST
2011 Sep 09
0
Heroku, oauth, redirects and ajax
Hi,
I have a controller method that makes at least 3 calls to
external severs.
The method is an oauth callback where intially I was (within that
method) creating and saving a picture into rackspace, and then making
two consecutive calls to an external service. After all that the end
user sees a canvas that belongs to the external service application so
my job is done.
I have that in Heroku and
2010 Feb 07
0
Authlogic Oauth problem with Remember Me
My sole login type is Twitter OAuth; I''m using Authlogic with the
Oauth addition for authentication.
I''m trying to build my Rails app such that the user is automatically
redirected to Twitter''s login/registration, instead of having a "login
with Twitter" button on my page.
That works so far, using a new view like this:
<html>
<body>
<%
2023 Jan 29
2
thunderbird-102.7.1-1.el8 breaks OAuth authentication
It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream)
broke OAuth authentication with outlook.office365.com. Downgrading to
102.4.0-1.el8 resolved the issue.
Error console reports:
XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token
[HTTP/1.1 400 Bad Request 293ms]
Is anyone else seeing this?
--
Orion Poplawski
he/him/his - surely the least important thing
2023 Jan 30
1
thunderbird-102.7.1-1.el8 breaks OAuth authentication
On 29/01/2023 18:24, Orion Poplawski wrote:
> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream)
> broke OAuth authentication with outlook.office365.com.? Downgrading to
> 102.4.0-1.el8 resolved the issue.
>
> Error console reports:
>
> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token
> [HTTP/1.1 400 Bad Request 293ms]
>
> Is
2019 Dec 06
0
Dovecot & OAuth
Hi!
It seems there is a bug in the oauth2 driver, it loads the cert files wrong way. I'll make an internal bug report of this.
Aki
> On 06/12/2019 16:42 mizuki <mizuki0621 at gmail.com> wrote:
>
>
> Hi,
>
> For troubleshooting purposes, I change the read/write permissions on the certs and confirmed 'dovecot' can read them w/o problem, but still seeing the
2010 Feb 12
0
Twitter - oauth gem - not getting callback
I redirect the user of my application to Twitter for oauth style
authentication using my app''s request_token.
The user is able to enter username and password on Twitter''s page BUT
then, instead of calling back my application, Twitter displays a page
2020 Jul 05
0
dovecot oauth
> On 04/07/2020 21:12 la.jolie at paquerette <la.jolie at paquerette.org> wrote:
>
>
> Hello,
>
> I'm trying to configure roundcube / dovecot to work with keycloak.
> I activated xoauth2 oauthbearer in dovecot.
> But a problem occurs when dovecot tries to contact the keycloak server
> (logs are below).
>
> My problem looks like this one:
>
2020 Aug 21
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 19:28, Vincent S. Cojot via samba wrote:
>
> Hi everyone,
>
> I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to
> use with OpenShift (a container platform to which RedHat contributes -
> aka OCP). I'm also not too skilled on LDAP even though I've been
> running the above for over two years now..
>
> There are typically two
2019 Dec 10
0
Dovecot & OAuth
Thank you Stephan,
I'm wondering if I can read the track of the status of bug reports? Could
you please advice?
Thanks.
Mizuki
On Sun, Dec 8, 2019 at 6:40 AM Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
> On 06/12/2019 20:54, Aki Tuomi via dovecot wrote:
> > Hi!
> >
> > It seems there is a bug in the oauth2 driver, it loads the cert files
> wrong
2019 Apr 19
1
OAuth Passdb Grant
I'm trying to implement the password grant flow, as specified at
https://wiki2.dovecot.org/PasswordDatabase/oauth2,
but am getting an error message. Can you please help?
auth: Fatal: oauth2 /etc/dovecot/dovecot-oauth2.token.conf.ext: Error in
configuration file /etc/dovecot/dovecot-oauth2.token.conf.ext line 1:
Unknown setting: grant_url
$ dovecot -n
# 2.3.5.2 (38c8f1daf):
2020 Aug 21
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 22:08, Rowland penny via samba wrote:
> On 21/08/2020 21:40, vincent at cojot.name wrote:
>> On Fri, 21 Aug 2020, Rowland penny via samba wrote:
>>
>>> This works for me:
>>>
>>> rowland at devstation:~$ sudo ldapsearch -H
>>> ldaps://dc01.samdom.example.com -D 'SAMDOM\Administrator' -w
>>> 'xxxxxxxxxx' -b