Tagged Questions
Authentication is the process of determining whether someone or something is, in fact, who or what it is declared to be.
0
votes
2answers
28 views
Elasticsearch Kibana Graph plugin authentication
Hi I just installed graph plugin to my elasticsearch and kibana servers, but when I make a request in graph is asking for some authentication credentials, but I don't have it.
Any idea where I can ...
0
votes
0answers
4 views
Why isn't my current_user authenticated in flask-login?
My goal is to make my home view (/) a login page. Once the user logs in, a different page is render depending on its role. When I login (/auth), I see that the username and password are correctly ...
0
votes
0answers
22 views
Rails api, Angular + devise
I have a Rails Api with devise_token_auth, Angular front end with ng-token-auth.
With the next controller, the request will be unauthorised.
class EmployeeLocationsController < ...
0
votes
0answers
3 views
Is it possible to inject claims into a SAML token using a custom c# module from an ADFS server?
I have an asp.net web app that uses ADFS to authenticate users. The ADFS server is configured to issue claims to the web app once it determines that the user is a valid member of an AD domain.
What I ...
0
votes
2answers
205 views
CloudKit authentication Login / Password
Here is my problem, I built an application using Parse solution. In this application I used the basic authencation of Parse. After Parse death I need to migrate.
I would like to implement an ...
1
vote
1answer
25 views
MSCRM 2013 - The caller was not authenticated by the service
I am trying to call CRM webservice from my custom WCF service. And I am getting the exception "The caller was not authenticated by the service". Checked the authentication mode in IIS (where my wcf ...
0
votes
1answer
23 views
Ruby Sinatra - Authenticate user against local user database (linux / mac)
Is it possible to authenticate user against the local user database on linux/mac?
I would like to create users locally on linux and then force authentication using sinatra or any other suggested ruby ...
0
votes
1answer
7 views
Lan-based authentication of applications and secure channel
I've a server which authenticates clients applications and allows them to execute or not. I want to have a secure channel between server and clients. I've written my server with both ssl and ssh ...
1
vote
2answers
971 views
Laravel Authentication Using Parse.com PHP SDK
I'm trying to knock up a quick prototype in Laravel which uses Parse as the backend. I've imported the Parse SDK using composer and correctly initialised it. I wish to extend the Laravel Auth to use ...
1
vote
1answer
36 views
Lync 2013 - CreateAuthBrokerSession doesn't accept WebTicket
I'm trying to create some basic functionality of Lync/Skype Client through SIP and HTTP communication. Our tool is written in C++. I have finished authentication part for NTLM and Kerberos, but I'm ...
0
votes
1answer
36 views
get authorization from Fitbit using Oauth in iOS
I want implement OAuth authentication for Fitbit to read the data from FitBit Api in my iOS app. I registered my app and i got clientId and client secret. I have been searched from past 2 days for ...
0
votes
0answers
13 views
JWT vs cookies for token-based authentication
I read some posts about "JWT vs Cookie" but they only made me more confused...
I want some clarification, when people talking about "token-based authentication vs cookies", cookies here merely refer ...
1
vote
3answers
1k views
Prestashop Web Service API keeps asking for authentication
I am having this problem I enabled the webservice from prestashop and I can access it if I write the URL directly passing the parameter from post method
...
0
votes
1answer
19 views
How should I create my API for mobile applications (Needs Authentication)
Background
So I've been researching quite a bit for the past week about API's and have been reading about concepts and also programming one.
Currently I have a website which is programmed in PHP ...
-1
votes
0answers
12 views
What happens if MembershipUser.ProviderUserKey is not unique?
I use System.Web.Security.MembershipProvider in ASP.NET MVC application.
If user has null ProviderUserKey, what happens?
0
votes
1answer
9 views
google authenticator vs vbscript
I have implemented this http://jacob.jkrall.net/totp/ in vbscript.
My code given the same hex gives the right 6-digit otp, so that part is working.
I've also verified the HMAC-SHA-1. encoding ...
0
votes
1answer
18 views
FOS UserBundle User Manager - login after updateUser
I would like to ask whether the package Fos UserBundle when you add a user, you can log it with the user manager? If so, in what way?
$userManager = ...
0
votes
2answers
38 views
Authenticating (Team Foundation Server) with impersonalization
I have found how to authenticate to TFS from my app with a given username/password.
I'd like to use the REST services.
public static void BasicAuthRestSample()
{
// Create instance of ...
1
vote
1answer
35 views
How to set startup page in IIS
I have asp.net web application. I want to allow only Authenticated users to this application. Any anonymous users should get access denied error or should get redirected to login page. So I added the ...
-1
votes
0answers
12 views
How to authenticate WP-REST API in Wordpress
I am creating Rest APi in wordpress, i am facing problem with authentication.
Can you please tell me to authenticate Rest APi.
Thanks
0
votes
0answers
10 views
How to authenticate user in UBER SDK android?
With reference to this link,I integrated the uber sdk into my app.before that I registered my application in the uber developer site got my client id and the client secret.
added the below code in my ...
19
votes
7answers
39k views
Httpclient 4, error 302. How to redirect?
I want to access one site that first requires an (tomcat server) authentication and then log in with a POST request and keep that user to see the site's pages. I use Httpclient 4.0.1
The first ...
0
votes
1answer
20 views
how can I get email and password at the same time methop post laravel 5.2
I would like to get the email and password when I call AuthController@login method but there isn't in the controller.
My proyect : I want to save all activity from login , the bad passwords , bad ...
0
votes
0answers
29 views
CsrfToken error only on Host
I have created a project with Laravel 5.2
I have used the default Laravel Auth system for Login and Registering users.
This Auth system works fine when I'm in local. But, When I deploy the project ...
5
votes
6answers
19k views
JavaMail with MS Exchange: No authentication mechansims supported by both server and client
I've been trying for days now to send mail from Grails application and unsuccessfully. I'm using:
grails 1.3.7
mail 1.0 plugin
spring-security-core 1.2.6 plugin
tomcat 7.0.23
Specifficaly I'm ...
0
votes
1answer
24 views
'Login' form not accessing user database
I am trying to build a very simple user authentication for my application. I think the problem is that the 'login' form is not pointing to the :user database. When I create a new user, I have it set ...
2
votes
1answer
40 views
SSH into staging machine from docker instance using Bitbucket Pipelines
Using the new Bitbucket Pipelines feature, how can I SSH into my staging box from the docker container it spins up?
The last step in my pipeline is an .sh file that deploys the necessary code on ...
0
votes
0answers
9 views
Spring security WSO2 IS integration - Figure out how to assign authorities/customize wso2 token
I am very stuck with this issue for a couple of days.
So what I am trying to do is to assign ROLES with spring security framework. My goal is to decode token that I get from WSO2 Identity Server 5.0 ...
0
votes
0answers
10 views
How to authenticate the Pardot API using HttpClient
I struggled for about a day trying to authenticate against the Pardot API. It didn't like how I was trying to post the message body. So I wanted to post the solution that worked for me. If you have ...
0
votes
1answer
6 views
LDAP authentication in asp.net MVC 5 application
I have an ASP.NET MVC 5 applicationand I want to add LDAP authentication.
I already have a form page which is a startup page which tell the user to enter his name and password. The form page is ...
1
vote
0answers
14 views
Django : Calling the authenticate method of a class that inherits from RemoteUserBackend
I am currently having difficulty customizing Djangos authentication system.
In my scenario there is no database and authentication happens through a http request. There are no tables to read from or ...
0
votes
0answers
5 views
Can I create authentication ntlm in SWIFT 2.0?
I find nothing updated on this issue. Could anyone help me?. Thank you
7
votes
1answer
2k views
how to fetch a wordpress admin page using google apps script
I need to fetch a page inside my Wordpress blog admin area. The following script:
function fetchAdminPage() {
var url = "http://www.mydomain.invalid/wp/wp-admin/wp-login.php";
var options = {
...
0
votes
1answer
18 views
Android Google Sign in and Save User Email Address in my database and Authentication for send user data and save on databse
boolean isLogin = false;
after user signed in successfully to my app:
isLogin = true;
String user_email_address = "[email protected]";
now i save user_email_address to my database server by ...
0
votes
1answer
5 views
pppd argument for CHAP authentication
I am trying pppd using serial port between an embedded device and a PC.
i had set the /etc/ppp/chap-secrets file with username and password
when i run the command pppd auth i get the below output
...
3
votes
1answer
2k views
XMPP SASL SCRAM-SHA1 Authentication
Recently, I was able to get MD5 authentication working for XMPP streams in Swift IOS following the instructions on the following two websites (I used the CC-MD5 function of Apple's CommonCrypto C ...
0
votes
1answer
26 views
Authenticate client over RESTful API server built upon Java Spring Framework
I am searching for the best approach of authenticating users of mobile clients when accessing my RESTful API. For example, how approximately AirBnb uses it's auth module.
Should the authentication be ...
1
vote
2answers
25 views
Spring security integration with local database and Facebook authentication
i'm developing a website with Spring MVC and Spring Security and JAVA backend.
Actually it has an authentication process on local database with username and password.
Now, i have to add facebook ...
1
vote
1answer
23 views
How to ensure collision resistance in JWT claims?
I am looking at adding a scope claim to my JWT so I can know a user's roles/permissions without having to hit the db. I was reading up on the rfc7519 spec and it says:
Claim Names can be defined ...
0
votes
0answers
9 views
NodeJs , my local passport request is not responding
workflow.on('logUserIn', function() {
console.log('this console works');
req._passport.instance.authenticate('local', function(err, user, info) {
if (err) {
return ...
-2
votes
0answers
14 views
ASP.NET / Dynamics CRM Web Resource HTML - Anonymous Run AS User
We have a web resource html file that is used throughout our CRM Environment and accessed from outside ASP.NET applications. CRM is authenticated via ADFS 3.0, which I altered the login page a little ...
0
votes
0answers
9 views
Staff access automatically removed on login to Django + ldap
On my Django site I have two accounts, one regular user that I login through ldap, and one admin that I created with createsuperuser. When I changed my regular user account status to "staff" in the ...
1
vote
5answers
10k views
PHP: Get username from session
I'm not very good at PHP and I have a little problem. I've been playing around with this script.
And I can't for the life of me figure out how to echo the username of a logged in user.
I tried to ...
0
votes
1answer
21 views
Having problems with Azure virtual machines and REST api
Im trying to start Azure VM programmatically (using management certificate). Im getting this error when trying to process http request: error 401 Unauthorized. (thats not an error that appears when ...
3
votes
1answer
5k views
How to get access token in Web Api OAuth?
I have a Web Application that generates the link to get an access token against a web API 2.
Basically, the following controller action is called:
GetExternalLogin at AccountController:
...
-2
votes
0answers
10 views
Send Mail in php with Socket [on hold]
I Want sent mail with php via socket but, without SMTP (AUTH).
Do you think that is possible?
Please help and show sample code.
thanks
0
votes
0answers
23 views
SSO in the google way
I share a SSO solution for cross domain authentication with JWT (no need of openid or server session)
https://github.com/Aralink/ssojwt
1) User access to domain1.com, is redirected to ...
0
votes
0answers
11 views
On refresh - lost user role ANGULARjs
i have problem with authorisation in angularjs. I have login and signup, and everything work ok. I get token from API, and taking user role after decode. First i try to add permission on states, but i ...
0
votes
0answers
31 views
Integrate login without browser prompt
I'm not sure if I should ask this question here or in ServerFault.
I'm developing a site where administrators can add users. The users can have a username and a password or can have an AD's username ...
0
votes
1answer
14 views
Create an angular app with api rest and double mysql authentication
Here is my first angular project :
An Angular planning app, feeded with data stored in a mysql database and send in json.
There is a user system. Each user is given an ID and a Password to reach his ...