Displaying 20 results from an estimated 12000 matches similar to: "Re: Need help with WePay integration using oAuth"
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 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>
<%
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
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
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
2013 Oct 08
1
301 "Moved Permanently" for oauth with rails 2
Hi,
Im using rails 2.3.11 with ruby 1.8.7. My oauth version is 0.4. Im
getting Error ''301 "Moved Permanently"'' while calling get_request_token
method.
--
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 unsubscribe from this group and stop receiving
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
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
2020 Aug 21
3
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
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 steps involved in connecting AD to OCP:
1) declare an OAuth configuration in OCP (requires a bind
2019 Dec 05
0
Dovecot & OAuth
Before declaring it not ready for prime time, did you try setting
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
In the oauth2 configuration file as documented in https://doc.dovecot.org/configuration_manual/authentication/oauth2 ?
Aki
> On 05/12/2019 21:58 mizuki via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi all,
>
> We'd like to enable OAuth with
2020 Jul 06
0
dovecot oauth
On 5/07/20 18:46, Aki Tuomi wrote:
>> On 05/07/2020 19:43 Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>>
>>
>>> 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
2020 Aug 21
1
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi Rowland,
Sorry about that, the site appears down (for me).
Here's another link (although on OCP3.11)
https://developers.redhat.com/blog/2019/08/02/how-to-configure-ldap-user-authentication-and-rbac-in-red-hat-openshift-3-11/
Vincent
On Fri, 21 Aug 2020, Rowland penny via samba wrote:
> On 21/08/2020 19:28, Vincent S. Cojot via samba wrote:
>>
>> Hi everyone,
>>
2019 Dec 08
2
Dovecot & OAuth
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 way. I'll make an internal bug report of this.
Tracking as DOP-1590.
Regards,
Stephan.
>> On 06/12/2019 16:42 mizuki <mizuki0621 at gmail.com> wrote:
>>
>>
>> Hi,
>>
>> For troubleshooting purposes, I
2007 Aug 03
5
Adaptec 39320A woes
I'm having speed problems with the SCSI card we're using to do tape
backup. It seems to be functioning in 16 bit mode and the current
thinking is that perhaps it's using a legacy driver instead of the
correct one. The Adaptec site has a 'driver' for RHEL5 which I've
downloaded and tried to install but it seems to have a problem
installing on a CentOS-5 system.
[root at