A standards based, open source software package for web single sign-on across or within organizational boundaries.

learn more… | top users | synonyms

0
votes
0answers
10 views

Tivoli configuration for SLO - single logout always uses persistent nameId:Format

We have a set up where we use saml for authentication purpose, so there is an Idp(identity provider) and two SPs (Service providers). Idp is from shibboleth and SP's saml piece implemented of spring ...
0
votes
1answer
10 views

Shibboleth Service Provider for SAML authentication

Hi we are building an application in ASP.Net using .net framework 4.0, IIS 7. we are trying to use SAML(2.0) authentication. We have an identity provider whose login credentials will be used by our ...
0
votes
1answer
10 views

Integrating a simpleSAMLphp IdP with a Shibboleth 2.2 SP

I'm new to SAML, but I'm tasked to integrate a website with a shibboleth 2.2 service provider. Now simpleSAMLphp (the latest release) has configuration files for SAML 2.0 and Shibboleth 1.3. But I ...
0
votes
1answer
26 views

Logging into SAML/Shibboleth authenticated server using python

I'm trying to login my university's server via python, but I'm entirely unsure of how to go about generating the appropriate HTTP POSTs, creating the keys and certificates, and other parts of the ...
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
23 views

Orchard CMS and Shibboleth authentication

We're looking at using Orchard for an internal site. We currently use Shibboleth for initial authentication, which makes a POST back to our site in the format of http://domain/Shibboleth.sso/{stuff} ...
1
vote
1answer
31 views

zend framework2 Shibboleth Adapter - How to setup a adapter

I am a new user of Zend framework2 can you please suggest me on how to authenticate my users with Shibboleth. Thanks in advance
0
votes
1answer
49 views

Multiple security providers in Grails with Spring Security

In Grails with Spring Security, how can I run different spring security plugins for different domains? For a few methods on a controller I want them to be secured with a normal username/password, ...
0
votes
0answers
56 views

Global Logout using in Shibboleth by deleting IDP cookie

I have a product which authenticates using Shibboleth. When a user initiates a logout on the website The web server sends a logout request to the Shibboleth SP. SP deletes the cookies post on ...
0
votes
1answer
29 views

shibd_Default service cannot be started

While working on configuring the Shibbolet SP, I had to stop and start the shibd service many times after reconfiguring the shibboleth2.xml file. first it worked ok, but then I couldn't start it ...
0
votes
1answer
32 views

Generating Shibboleth SP Metadata

I'm trying to configure Shibboleth SSO on an application that runs locally (on localhost). I've followed all the instructions and configured my shibboleth2.xml file, but I'm having troubles when the ...
0
votes
0answers
82 views

Shibboleth SSO Authentication

I'm working on an MVC4 project, and I need to authenticate users using the Shibboleth SSO technique. The project is still running locally and not produced yet. I can access it from the "Default Web ...
0
votes
1answer
46 views

Rails with Omniauth and Shibboleth

I'm using shibboleth as auth provider in Omniauth ( https://github.com/toyokazu/omniauth-shibboleth ). After a successful login and redirect to rails it can't create a new session because it can't see ...
0
votes
2answers
82 views

SAML client for Android?

I'm working on a project which needs to parse some data from some protected web pages. In order to gain the access those pages, I have to overcome a SAML authetication form (Shibboleth). Is there ...
0
votes
1answer
198 views

How to login throught a valid SAML 2.0 assertion?

I'm working on an Android project which has to strongly interact with a SSO Shibboleth authentication protected website. I have, therefore, to create a Java class in order to make a valid SAML ...
0
votes
0answers
62 views

Shibboleth Configuration

I am very (very) new to shibboleth, currently I am doing configuration by editing the shobboleth2.xml and I use shibboleth 2.4 but I am getting following error when I restart the shibboleth. shibd ...
1
vote
0answers
62 views

Whats the difference between Shibboleth and OpenId

I'm evaluating different Federated Identity Provider technologies and wondering what is the difference between Shibboleth and OpenId. It looks to me like both technologies use approximately the same ...
1
vote
3answers
171 views

SAML2 SSO Assertion Consumer

I have a customer who wants to implement SSO using SAML2 assertion based approach. The customer will be the Identity Provider (IDP) and my application will effectively be the Service Provider (SP). ...
0
votes
0answers
141 views

Single Sign On with Shibboleth IdP and Tomcat

I'm trying to setup a shibboleth IDP on Tomcat for SSO and I'm having some Tomcat configuration issues. I've followed the setup instructions in the Shibboleth website ...
0
votes
0answers
55 views

customizing shibboleth and JOSSO

I am looking for an SSO solution that can be customized according to our needs. From what i saw over the internet it seems that Shibboleth and JOSSO are solutions that just need to be installed and ...
0
votes
0answers
60 views

Apache CXF integration with Shibboleth IDP for SAML2 SSO

Folks, I am trying to implement SSO feature using Shibboleth and Apache CXF by following this tutorial. But I am unable to do so, I am blocked at how to use Shibboleth; What's the IDP url and what ...
-2
votes
2answers
70 views

Is it possible to install Shibboleth SP on a server other than IIS?

Is it possible to install Shibboleth SP on a different machine that deploy IIS and application? If so, how?
1
vote
0answers
107 views

Shibboleth Identity Provider startup exception

I am trying to get Shibboleth's Identity Provider working on Windows 2008R2. I have Jetty 7 installed and have been able to get to the Jetty Site aka http://localhost:8080. After following ...
0
votes
0answers
99 views

Shibboleth Authentication (SSO) with Google/Landing Page Re-direction

I'm trying to create a login page/form that uses Shibboleth to authenticate with Google and then redirect to a landing page which will contain links to various Google apps. From what I can tell, ...
0
votes
1answer
474 views

Forward REMOTE_USER to tomcat via AJP (e.g. for shibboleth)

Today I just got stuck with the following problem: 1. I configured apache for basic authentication (require valid user); which worked. 2. I further configured apache to forward requests for some path ...
0
votes
1answer
82 views

How to keep Passenger from handling Shibboleth.sso URLs

I have Apache + Passenger setup where Rails app is in the domain root. The Application will be protected by Shibboleth, but asking for /Shibboleth.sso/Metadata Returns 404 error from Rails. If I ...
0
votes
1answer
91 views

mod_rewrite stripping long values from HTTP header

I'm using OpenAthensSP to return IdP metadata that can potentially access our service. OpenAthensSP returns this data in the form of environment variables in the HTTP(s) header, which we then read in ...
0
votes
1answer
278 views

CAS and Shibboleth Integration releasing Principal Name (Username) as an attribute in SAML

I feel like I've searched high and low for what should be a simple configuration: and come up empty. I'm completely new to Shibboleth, although I've worked with CAS a little bit, nothing too intense. ...
1
vote
2answers
34 views

Can I use Shibboleth to present different attributes of other users to different users

OK, so it's a badly phrased question. But it's hard to explain in a single line. I've tried to read the Shibboleth documentation and being a newbie got out of my depth fairly rapidly. I don't really ...
0
votes
1answer
300 views

Multiple Apache Location directives for same path

I have a web application currently being served on two HTTPS ports - let's say 443 and 8443. The application has an Apache HTTP server as the front end and I am running into trouble setting up Apache ...
1
vote
2answers
129 views

Should I require IdP's to sign SAML2 SSO responses?

Our app has SAML2 SSO integration with 3 different (Shibboleth) IdP's. We are trying to add a 4th (also Shibboleth), but running into some issues, because our app expects all SSO responses to be ...
0
votes
1answer
127 views

OmniAuth Shibboleth strategy configuration not passed through

I'm trying to make use of omniauth-shibboleth strategy (with rack-saml). My omniauth initializer looks like this: Rails.application.config.middleware.use OmniAuth::Builder do provider :shibboleth, ...
1
vote
1answer
218 views

Apache Config - Exclude Location from Authentication

I have a web application that is being protected by a Shibboleth authentication module. My current config is as below <Location /MyApp> AuthType shibboleth ShibUseHeaders On ...
0
votes
1answer
72 views

php not interpreted ONLY in shibboleth-protected directory

I have searched everywhere for an answer to this, without success. I have PHP installed on my OSX web server. When I access myserver.com/test.php everything works perfectly. However, I have a ...
0
votes
0answers
105 views

Accessing Shibboleth session attributes in Coyote Request from within a Servlet

I have set up a simple Java web application using Servlets and JSPs in Tomcat. It is accessd via apache with mod_ssl, mod_proxy_ajp and the shib2 module for authorizing a user on a central shibboleth ...
0
votes
1answer
130 views

Shibboleth Identity Server using External Shibboleth Identity Server for Authentication

I am designing a service to handle authentication across a number of hosted platforms. This service will need to be able to manage a number of different protocol for the users: LDAP, Shibboleth, no ...
0
votes
0answers
90 views

how do I import shibboleth SP entity ID with dash in Opensso

I have a client using "Sun GlassFish Enterprise Server v2.1.1 Patch06" with OpenSSO as an IDP and I have a shibboleth SP installed on my Solaris 10 server. The EntityID I have for my SP contains a ...
0
votes
1answer
336 views

AWS and Shibboleth/SAML

I have been looking into whether it is possible to use Shibboleth/SAML with Amazon Web Services. I'm finding very little information on this. As far as I can tell, it is possible to install ...
-1
votes
1answer
108 views

Using WordPress iOS app with Shibboleth-protected WordPress

I administer a Shibboleth-fronted multisite WordPress install, and I have users (including myself) who would like to use the iOS WordPress app. Unfortunately, the nature of our Shibboleth deployment ...
0
votes
1answer
67 views

Shibboleth user attribute encryption [closed]

How does Shibboleth guarantee that 3rd parties do noet get access to user attributes contained in SAML 2.0 assertion exchanged between IdP and SP? Is it correct that all user attributes are encrypted ...
2
votes
2answers
275 views

SAML - Service Provider in Java

I have setup Shibboleth IDP and SP. They are configured properly and are working. I now want to remove the SP and replace it with my own code. i.e.: I want my Java code to function as the SP (routing ...
0
votes
1answer
146 views

Which is a good library/framework to use for single sign on in a java web app with ADFS 2 integration

We are currently exploring OpenAM & Shibboleth. Our app is not built using Spring and we are not exploring use of Spring.
0
votes
1answer
420 views

How to fix browser back button issue after SAML SSO from Shibboleth

Have a SAML2 Service Provider web application build on .NET MVC (3). We are using ComponentSpace's SAML2 library to do the authentication, not the Shibboleth SP. Here is the relevant controller logic: ...
2
votes
3answers
2k views

How to implement or integrate single sign on with SAML and Shibboleth

We have two separate products, both including web app and server. We want to implement Single Sign On for both of them, so when a user has logged into one product, he can automatically access ...
0
votes
1answer
60 views

What is Shib Daemon used for?

I am new to the SAML world. I just installed Shibboleth SP and IdP, and made them work with each other. I am now trying to understand how everything works under the hood. The question is: When we ...
1
vote
3answers
340 views

Drupal Shibboleth Logout

We have used Shibboleth to authenticate users. It works great. The issue is that after going to user/logout (and, I think, actually logging out), the user is immediately and automatically ...
0
votes
0answers
113 views

SSO authentication without using session

I am trying to customize a Java EE web application (developed using velocity) that uses Shibboleth authentication mechanism. However, I have been asked to provide SSO authentication without using ...
0
votes
1answer
83 views

how to change shibboleth from cookie to query string?

how can it be done to get shibboleth to change the way it manages sessions (a la cookies) to use the query string instead? i am seeing problems with cross site development because IE refuses the ...
1
vote
0answers
39 views

How do I modify (Title Case) attributes obtained by my SP from a Shibboleth IdP?

My Shibboleth identity provider is sending me user given and surnames in ALL CAPS. I have no control over what the IdP sends, but I'd like to prevent the applications on my Service Provider from ...
0
votes
1answer
285 views

Desire2Learn Valence authentication with Shibboleth

My team is getting started with Desire2Learn Valence, and our Shibboleth authentication seems to be derailing the initial API Key authentication process. We have our App ID and Key, but the Valence ...

1 2