Single sign-on, a system for sharing authentication credentials between different systems

learn more… | top users | synonyms (1)

-1
votes
0answers
11 views

where to place crossdomain and clientaccesspolicy.xml with siteminder

Hi In my staging site we have a silverlight xap file loaded onto the web page.i think its calling some wcf service to do the functionality(sorry am not programer am server admin). We are using ...
0
votes
0answers
12 views

Linux mail server allowing users access by windows clients without entering password [closed]

Linux mail server allowing users access by windows clients without entering password Hi!, I have long been trying to solve a problem but I could not. I want to install a linux mail server allowing ...
0
votes
2answers
18 views

convert java webapp to use SAML2 authentication

I'm having some problems trying to understand how to accomplish this task: 1) existing simple webapp with database authentication. (simple custom code) 2) convert simple webapp to use SAML2 ...
1
vote
1answer
18 views

Running multiple Fedlet applications configured against different IDPs on Apache Tomcat

I have a Tomcat server running a fedlet application which is configured against a single IDP. All the configuration files are located in their default location (i.e. ~/fedlet) and it works just fine. ...
0
votes
1answer
50 views

WSO2 SingleSign ON

I am new to WSO2 and I follow this post to enable Single Sign On (SSO) for the following scenario: Virtual machine running centos (IP: 192.168.0.18) WSO2 IdentityServer 4.1.0 installed with https ...
0
votes
0answers
11 views

WSO2 IS + Salesforce

I'm trying to authenticate with Salesforce using SAML2 SSO WSO2 IS but now I lose a bit since I do not know where to put the parameter "End OAuth 2.0 token" that comes in WSO2 IS Salesforce to perform ...
0
votes
0answers
20 views

Questions to allow Google Federated Login for a specific domain?

I am new to OpenID and have been requested to build a login system to work with the company's Google account. They want to restrict logins to users of their domain. They login into Gmail using their ...
0
votes
0answers
26 views

SSO between a PhoneGap app authenticated via OAuth and Spring web site

I am building a PhoneGap app that has a subset of features of an existing Java/Spring web site. When the user tries to access the advanced features, I want to kick them to the web site in an in-app ...
0
votes
1answer
19 views

SAML SingleLogoutServices endpoint location error

I am trying to locate some documentation or help on this error I have encountered: ID4453: The SAML service 'SingleLogoutServices' has endpoint with location or response location ...
0
votes
0answers
20 views

use old version of devise 1.1.7 on ruby 1.9.3 and rails 3.2.11 or connect it with new version via sso

I need to integrate old app which use devise 1.1.7 and rails 3.0.4 with modern app based on rails 3.2.11 via SSO. Anybody could advice how to do that? Currently when I try to open the page on the new ...
0
votes
0answers
20 views

Redirecting to Identity Provider cause Google indexing problems

I finish work on travel blogs platform (www.trvblog.com or www.blogizpodrozy.pl in polish). Users of the platform are able to choose domain which will be part of their blog's address eg. ...
0
votes
1answer
29 views

SAML 2 Signature error in ADFS 2.0

In our SSO scenario, we are using ADFS 2.0 as IDP and Shibboleth as SP. It is an SP-initiated sign-on. After configuring, when I try to establish communication between Shibboleth and ADFS 2.0(throw ...
0
votes
1answer
42 views

SAML IDP, ADFS 2.0 SP & WS-Fed Application

UPDATE: I was able to get ADFS to forward my user to the relying party application. I used ComponentSpace's SAML2.0 library and RelayState. Even though it successfully forwards to the WIF ...
0
votes
0answers
27 views

SSO between Spring Security and ASP.NET MVC site

I'm currently working on the ASP.NET MVC 4 website and I have to tie its authentication to the existing Java site. That site uses Spring Security 3 for username/password authentication and has its own ...
-1
votes
0answers
33 views

pass web service without authentication sso [closed]

I created a application google app engine with sso , http://blog.springsource.org/2010/08/02/spring-security-in-google-app-engine/ now I need to create a web service that must recover outside ...
0
votes
0answers
39 views

How to create single sign on in android?

Hi i want check my application is login or not. If is not logged in I want to connect with login button.If is login I want to display friends list in my activity Here I show my code : public class ...
0
votes
0answers
37 views

How to implement openAM SSO to my existing web applications

I'm try to implementing SSO in my existing web applications with using OpenAM by refer following link http://fczaja.blogspot.com/2012/06/idp-initiated-sso-and-identity_21.html PS. my web ...
0
votes
0answers
42 views

Spring 3.0 SimpleUrlAuthenticationSuccessHandler code execution using the Oracle Access Manager authentication

I am trying to execute the onAuthenticationSuccess() method of SimpleUrlAuthenticationSuccessHandler class after the successful authentication from Oracle Access Manager(SSO), but the method is not ...
-1
votes
0answers
18 views

Single Sign on for Wordpress & myBB

Please help me to activate SSO in Wordpress and myBB. Wordpress members can sign in myBB with their credential and vice versa. This's what I'm talking about. How Zingiri works? Is that fine for my ...
0
votes
1answer
29 views

How to setup initial user/role enabling SAML SSO

We are a service provider. Suppose in our application, we originally have our own user/role management. Different users with different roles are allowed to use different features. So that when a user ...
0
votes
1answer
64 views

How to single sign on into gmail, yahoo mail & facebook from Spring based Web application with ldap as Authentication provider

We have a Spring MVC & JSF based web application which uses Spring security to do user Authentication using LDAP provider & after successful authentication user profile is fetched from oracle ...
1
vote
1answer
34 views

need to retrieve windows logged in user in Jboss

My application was running Jboss 4.2.3 GA and i enabled the tomcatauthentication in server.xml. I also enabled integrated windows authentication on IIS. By doing these steps, i was able to retrieve ...
0
votes
1answer
19 views

Single sign on and single sign off for two existing applications

We have two web applications, one application is running on Tomcat server(Struct), another application is running on Glassfish server(Jsf). Suggest me a good way to indegrate This two application in ...
0
votes
1answer
59 views

OpenAm (as IdP): SSO login returning NoAuthnContext (unable to login with SSO)

Below is the metadata file for IdP at OpenAm <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <EntityDescriptor entityID="http://myidp.com/openam" ...
0
votes
1answer
53 views

How to get Certificate used in Identity Provider in openam

We are service provider and support SAML based single signon. We want our customers to register us as Service provider in their OpenAm. When they register us as remote SP, they need to provide us the ...
0
votes
3answers
145 views

How to validate WS-Federation SAML tokens with Java Service Provider

I am working on a project that uses ws_federation and SAML to authenticate to a Identity Provider running on a IIS server running on .net called thinktecture I need to write a Java Service Provider ...
0
votes
1answer
103 views

Enable Single Sign-On using C#

I am doing a C# application that on sign-in, will enable Single Sign-On(SSO) on Windows 7 terminals. I have tried things found on this site which constisted of making a GPO, but I am unable do install ...
0
votes
1answer
29 views

Simplesaml SSO silverstripe

just wondering if there is any module available that is implementing simplesamlphp as a SSO library that is getting used in Silverstripe? Cheers RD
0
votes
0answers
24 views

Authenticate php site on linux box against multiple windows AD domains and controllers

We're currently implementing a linux web server within an enterprise windows environment to host our new Drupal intranet site. We would like our users to have seamless integration, so SSO is ...
0
votes
3answers
111 views

How do I get two websites authenticating against Thinktecture's Identity Server?

After viewing the PluralSite videos on Identity and Access Control, and basically getting everything set up that I need to (I have a running local instance of Thinktecture Identity Server on my ...
0
votes
0answers
65 views

Provisioning sso-enabled Users to Office365 without on-premises AD

It's possible to integrate Office365 (Azure AD) with Shibboleth to perform SSO requests. These requests among others users' attributes must contain immutableID (objectGUID on Azure AD). Does anybody ...
0
votes
2answers
67 views

Login directly into my application when logged in into my system

I have a web application done in Java EE with Struts which has a login screen but I don't want to use it but I should login into my application when I login into my system using my system username and ...
1
vote
0answers
42 views

Single Sign On in GWT Application

I want to implement Single Sign On in my GWT Application. The situation is, When i request http://example.com (parent portal) it is redirecting to login. and when i am loggedin to this system it ...
0
votes
1answer
54 views

Jira 5.2 Seraph SSO Login behind reverse proxy

Since a few days I'm trying to enable SSO for Jira 5.2 and figured out, that the help page from Jira is outdated. Each example uses an old version of atlassian-seraph (Jira 5.2 uses 2.6.0). Goal: ...
0
votes
0answers
25 views

OpenID: multiple applications single sign on?

Is it possible to have multiple apps authorize a user at once? I.e. when for example logging in with Google; the user sees: App1 and App2 are asking for some information from your Google Account ...
1
vote
0answers
22 views

Where is the user data (username, id, sessionid) when using CAS SSO jasig pycas?

When using python client with CAS from jasig, the following is sample codes: import pycas CAS_SERVER = "https://casserver.mydomain" SERVICE_URL = "http://webserver.mydomain/cgi-bin/webapp.py" ...
1
vote
1answer
105 views

ADFS 2.0 IDP-Initiated SSO

I am attempting to set up a test configuration for IdentityProvider-Initiated SSO using ADFS 2.0 as my RP STS and a SAML 2.0 identity provider. Here is my set up: Identity Provider - SAML 2.0 token ...
1
vote
1answer
29 views

Janrain SSO check_login token_uri not called

I'm currently implementing janrain single-sign-on on several site. I check if the user is already logged with this code: JANRAIN.SSO.ENGAGE.check_login({ sso_server: 'my_sso_server_uri', ...
-3
votes
0answers
36 views

Possible solution for single sign on with MyBB and Elgg [closed]

I have a MyBB forum. Now I want to turn it into a social network by using Elgg. So I think I will need an single sign on solution. The domain structure will be like this: www.mydomain.net => Elgg ...
-1
votes
1answer
39 views

How to Stay connected with facebook when app close in my android application? [closed]

I am working on facebook application.Facebook integration,Login page and getting friends to my application all are working well but when ever i am closing application my app disconnect with ...
0
votes
2answers
63 views

WIF SAML 2.0 CTP Identity Provider Initiated SSO

I am developing a single sign on ASP.NET application, and I am trying to decide whether to make use of the WIF SAML 2.0 CTP or instead use ADFS 2.0. I have read several places that the WIF SAML 2.0 ...
0
votes
1answer
73 views

Windows 8 Web Authentication Broker can't connect to the service

Can Web Authentication Broker be used with a non oAuth authentication ? I have created an Asp.Net MVC2 website with a login page that I want to use through Web Authentication Broker to retrieve and ...
0
votes
0answers
39 views

Facebook SSO Failed

I am working on Android application with facebook integration. Its is working fine if there is no facebook application installed. But, if facebook application is installed, my application is going ...
0
votes
2answers
133 views

how to Configure openam as Identity provider(IdP) to test SAML based SSO

I am trying to configure openam as Identity provider to test my SAML based service provider application. I have searched a lot and saw documentation of openam. There are lots of thing supported by ...
0
votes
1answer
38 views

First Time Trying to Edit a SharePoint File

This is my first time trying to edit a sharepoint file. It is used as a list of links in an iframe on a web site on another server. But this has nothing to do with the problem. I have been asked to ...
0
votes
0answers
58 views

Single sign-on with dynamics 2011 + ADFS 2.0- doesn't work for modal window

Background: I have an installation of dynamics crm 2011 (IFD), and I have an ASP.net website in which I want to retrieve the logged-in user's details. I followed the walkthrough to create a website ...
1
vote
1answer
156 views

Sharing Security Context between web app and RESTful service using Spring Security

We are designing security for a green field project with a UI web module (Spring MVC) - the client, and a RESTful services web module (CXF) - the server, to be deployed as separate war files in the ...
1
vote
0answers
35 views

OpenAM webagent for Jboss7.x

Need a compatible openAM web agent for Jboss7. Or what can be done with existing version to make it compatible with Jboss7? jboss_v42_agent asks for the config path of Jboss while configuring and it ...
1
vote
0answers
35 views

shared auth (single sign-on) across app based on different rails versions

Currently I develop new app for my customer and need to integrate it with the old one. My current app based on Ruby 1.9.3 and latest Rails version. Old app written on Ruby 1.8.7 and something like ...
2
votes
0answers
49 views

How do I single sign on between Bugzilla and Node.js?

Bugzilla runs behind the Apache webserver (mod_perl2) and stores the users in MySQL database. Node.js is it's own webserver. How do I single sign on the user in the Node.js app using the user data ...

1 2 3 4 5 32