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

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 (https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall). But I'm getting…
0
votes
2 answers

Is it possible to install Shibboleth SP on its own server?

Is it possible to install the Shibboleth Service Provider (SP) on a different machine than the web application? I have the SP on the same server as IIS and my web application, and I'd like to move the SP to a separate server.
SaintTail
  • 6,160
  • 4
  • 31
  • 51
0
votes
2 answers

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 remove Rails app from the DocumentRoot (rename the…
Laas
  • 5,978
  • 33
  • 52
0
votes
1 answer

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, { :info_fields => { :email => 'mail', …
Laas
  • 5,978
  • 33
  • 52
0
votes
1 answer

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 subdirectory protected by mod_shib and shibd called…
jeesty
  • 1,124
  • 1
  • 10
  • 13
0
votes
1 answer

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 Shibboleth/SAML on an EC2 server as a Service…
Steven Matthews
  • 9,705
  • 45
  • 126
  • 232
0
votes
1 answer

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 is that users are prompted by the SP with a…
Clontzman
  • 29
  • 3
0
votes
0 answers

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 sessions. The user signs into one portal and gets…
user1439090
  • 792
  • 5
  • 12
  • 33
0
votes
1 answer

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 cookie while FF doesn't. i tried adding p3p headers…
kacalapy
  • 9,806
  • 20
  • 74
  • 119
-1
votes
1 answer

Javascript `fetch` and Shibboleth CORS error

I am developing an app and just moved it behind a Shibboleth SSO running on Apache. Static pages behind Shibboleth work as expected, but when I use fetch("test.html") I get a CORS error. I have tried this with jQuery's $.ajax command, and I do not…
Jason Siefken
  • 737
  • 7
  • 12
-1
votes
1 answer

How to create a shibboleth auth saml request in asp.net?

We have installed shibboleth sp and idp on our local server and login is successful using ldap connection. Now problem.is that shibboleth sp used *.sso filter in iis, we want to remove it and make a c sharp code stuf which create a saml request to…
Dalip Choudhary
  • 546
  • 5
  • 18
-1
votes
1 answer

Connect AD FS 3.0 to Shibboleth via SamAccountName Name ID

I need to connect an AD FS 3.0 identity provider (idP) to a Shibboleth service provider / relying party I don't control. Unfortunatley, AD FS and Shibboleth don't quite use the same format for claims/attributes. There's a lot of information out…
Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
-1
votes
1 answer

When I try to display contents on Applications folder in Terminal, I got "Chrome Apps.localized"

Hkellys-MacBook-Pro:~ hkelly$ cd Applications Hkellys-MacBook-Pro:Applications hkellys$ ls Chrome Apps.localized Your feedback is appereciated.
Twin-sis
  • 51
  • 2
  • 7
-1
votes
2 answers

.NET plugin - Multiple IDPs for Authentication

We have requirement of build .NET based plugin/component for enabling Authentication against multiple IDP providers like ADFS, Azure AD and Shibboleth based on DB configuration. i.e, depending on the configurable parameter the anonymous user will be…
Saravanan
  • 283
  • 2
  • 17
-1
votes
1 answer

Shibboleth idp configuration for ldap authentication

I am novice to shibboleth and I am attempting to use LDAP with Shibboleth . i tried a lot but i could not make it happen. Can any one tell me what should be the AttributeDefinition, DataConnector and login.config for the following java code which…
1 2 3
37
38