Questions tagged [shibboleth]

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

The Shibboleth software implements widely used federated identity standards, principally OASIS' Security Assertion Markup Language (SAML), to provide a federated single sign-on and attribute exchange framework.

Shibboleth also provides extended privacy functionality allowing the browser user and their home site to control the attributes released to each application.

Using Shibboleth-enabled access simplifies management of identity and permissions for organizations supporting users and applications.

Shibboleth is developed in an open and participatory environment, is freely available, and is released under the Apache Software License.

559 questions
0
votes
1 answer

Common Shibboleth SP for multiple domain application

Is it possible to have a common Shibboleth SP configured at a single place(like at any middleware) and all application which resides in different domain in different server can use it for sso authentication.And all the application can communicate…
0
votes
1 answer

Why Shibboleth IdP doesn't work if Jetty is not running?

I have installed Shibboleth IdP under Jetty and every time i need to start Jetty to get IdP work. Then if it is not running the users can not login. I would like get IdP work without running Jetty every time from ssh. Is there a way to accomplish…
Mustapha Aoussar
  • 5,833
  • 15
  • 62
  • 107
0
votes
1 answer

Getting Shibboleth Attributes through Struts-1

I'm trying to integrate Shibboleth authentication with an old Struts-1 application that I've inherited the maintenance of, but I cannot figure out how to acecss the Shibboleth attributes. This is what I have tried: public final class…
nmc
  • 8,724
  • 5
  • 36
  • 68
0
votes
1 answer

Jetty: ERROR [org.springframework.web.context.ContextLoader:215] - Context initialization failed

I installed and configured Jetty 7 correcty for IdP Shibboleth following this guide: https://wiki.shibboleth.net/confluence/display/SHIB2/IdPJetty7Prepare But when i start Jetty by running this command: java -jar start.jar jetty.port=26335 I get…
Mustapha Aoussar
  • 5,833
  • 15
  • 62
  • 107
0
votes
1 answer

Shibboleth Single Sign Out

I'm using shibboleth authentication in my application, and when user clicks Logout button, he will be directed to the ~/Shibboleth.sso/Logout link, it seems like a success when button clicked, but if I try to login using shibboleth one more time, it…
Ruba
  • 867
  • 3
  • 11
  • 19
0
votes
1 answer

Integrating CAS with an external SAML identity provider

I would like to implement single sign on functionality for my web application(s). Our team uses Spring framework, which seems to support CAS as its SSO authentication technology. CAS seems to be very useful for managing local users, but (correct me…
Jin Kim
  • 16,562
  • 18
  • 60
  • 86
0
votes
1 answer

ADFS & Shibboleth Sp test environment

Is there any possibility to create a test invirounment for Shibboleth SP and ADFS (SAML 2.0) Claims provider on windows 7 operating system? Thanks
Ruba
  • 867
  • 3
  • 11
  • 19
0
votes
1 answer

how to set "ShibRequireSession" on or off for a URL in htaccess

I want some thing like this, when a user visits a url www.example.com no rules is applied on it but, when user visits www.example.com/something else rules should be like, ->http://www.example.com/something else ->http://www.example.com/something…
Om Choudhary
  • 492
  • 1
  • 7
  • 27
0
votes
2 answers

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 application. The Service provider being used is…
Justin Russo
  • 339
  • 1
  • 8
  • 22
0
votes
1 answer

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 browser redirect), ADFS 2.0 is throwing the below…
Karthik
  • 3,075
  • 3
  • 31
  • 61
0
votes
1 answer

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} In our current ASP.NET MVC website we needed to…
James Skemp
  • 8,018
  • 9
  • 64
  • 107
0
votes
1 answer

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, which is stored in my database. For a different…
user605331
  • 3,718
  • 4
  • 33
  • 60
0
votes
1 answer

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 again! when running this command on cmd C:\>net start…
Ruba
  • 867
  • 3
  • 11
  • 19
0
votes
1 answer

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 assertion and to login into the website. I googled a…
Gian Segato
  • 2,359
  • 3
  • 29
  • 37
0
votes
1 answer

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 error: unable to run config check as user…
add-semi-colons
  • 18,094
  • 55
  • 145
  • 232