Authentication is commonly understood as the act of asserting a user's or entity's identity, although in the wider sense it can refer to asserting the truthfulness of any kind of claim. Authentication, like encryption, is a major component in implementing computer security.
0
votes
0answers
4 views
undefined method `stripe_token' for nil:NilClass when passing @account on Devise::RegistrationsController
I am at a loss here and need some help. I am new to RoR and can't understand what is happening. I am using modified code from https://tutorials.railsapps.org/tutorials/rails-stripe-membership-saas
I ...
0
votes
0answers
8 views
Secure netzke rails components
I have a components, cruid for my app, with Netzke
class Services < Netzke::Basepack::Grid
and view where i run them
<%= netzke services %>
i secured a controller for this view with ...
0
votes
1answer
20 views
Global groups, permission groups, roles
I have been researching auth options. What I want to do is separate users into global groups (company a, company b) and restrict MySQL data to these groups with a where statement, then I want to have ...
0
votes
0answers
12 views
Creating a “cookie generator” app and storing session in the database
I don't have experience with single sign-on so I need some advice. I posted my scenario here - in a nutshell I need to share authentication/session between a Ruby on Rails app (System A) and an ...
0
votes
0answers
6 views
Using Filmaster API in Android
I've created a few Android applications, but not using networking and APIs. I need help integrating the Filmaster API (http://filmaster.org/) into an app that shows movietimes. From my web browser I ...
0
votes
0answers
8 views
Delete local SVN authentication credentials with SharpSVN
I’m using SharpSVN.
I have to delete the SVN authentication credentials stored in the PC.
I try with
using (SvnClient client = new SvnClient())
{
// Clear predefined handlers and previous ...
0
votes
0answers
7 views
Server.CreateObject Access Error in Share Point Claims Authentication
I have merged Classic ASP Website in Sharepoint 2010. Classic ASP website has createobject calls which fail when called through Sharepoint Site with Claims authentication mode. There are no issues if ...
1
vote
1answer
27 views
restricting access to all routes but one
I'm starting to experiment with expressJS + angularJS and i've run into a stressful situation.
My goal is to have one login page and one dashboard page, and using passport + mongodb i'll authenticate ...
0
votes
2answers
16 views
how to setup user authentication in django
I've been using Django to make this Web Service and I'm wondering how to make the user authentication work. I heard that there's a built-in method to do it in Django, but I can't find it. Does ...
0
votes
0answers
3 views
Apache2::AuthCookie setting the wrong value on n+1 site
I have several sites running Apache2::AuthCookie under mod_perl. Each site extends Apache2::AuthCookie as site_perl/client/Auth.pm This was working for the 1st 4 sites. Today I added a 5th and now ...
0
votes
0answers
23 views
WCF and client certificate authentication
Writing a web service client in C#/WCF and can't get the channel to authenticate. This is the error message that I get when I try to execute an API call:
"Could not establish secure channel for ...
0
votes
0answers
9 views
Rails: authentication website and mobile app
I want develop an authentication system from website and mobile app.
For the sign up i have follow this tutorial: http://railscasts.com/episodes/250-authentication-from-scratch
Now i want also that ...
2
votes
1answer
40 views
Best way to store multiple passwords into Database
In my database I've a field for the user password (User.UserPassword), I'm using SHA1 algorithm to hash the user input and then I hash it with a salt. Ok, that's fine.
But now I'm authenticating CIFS ...
0
votes
1answer
12 views
Windows Integrated Authentication with SQL
I have an application that uses passthrough authentication to log into. All the computers are on a domain. When someone logs in and saves settings, it is set to store their settings based on userID. ...
0
votes
0answers
13 views
Salesforce as an OpenId authentication provider
Google Apps offers an OpenID API that allows end users to securely sign in to third party web sites using their Google Apps user account.
I want to offer similar functionality - i.e. I want the ...