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

How to Install and configure shibboleth SP in windows8?

I have a custom IDP,i need to create SAML request from Shibboleth SP and fetch back the SAML Response and process it in Shibboleth SP. I followed the documentation given by shibboleth for SP 2.5.6 installation for windows but found it is not…
kaarthick raman
  • 793
  • 2
  • 13
  • 41
0
votes
0 answers

Using one Service Provider for multiple Websites

I have deployed two application on IIS. The first is called site1for instance and the second one is site2 Configuring a shibboleth authentication for one of them works fine. However I have been looking for a way to register both of them so that the…
bafla
  • 1,029
  • 1
  • 10
  • 14
0
votes
1 answer

Web browser SAML SSO using Shibboleth IdP (without backchannel communication)

I've just configured Shibboleth IdP3.2 with my web application that authenticates the users against an LDAP server at the backend. I could test this authentication process at the local machine. But, while deploying the code on CI server, I realized…
0
votes
1 answer

Shibboleth 3 IDP or SP setup with IP address

I have successful setup Shibboleth IDP and SP with separate sub domains after digging on internet. Example. IDP : http://idp.url.com/ SP : http://sp.url.com/ Now,My Question is: Is it possible to setup these IDP and SP with static IP?…
Jubin Patel
  • 1,959
  • 19
  • 38
0
votes
1 answer

No idp using simplesamlphp with symfony2 bundle

We are testing use of simplesamlphp with ADFS/Shiboleth. I have successfully used the 'vanilla' simplesamlphp. However we need to to work with symfony2 - namely this bundle: https://github.com/hslavich/SimplesamlphpBundle We have configured but are…
ChrisSherwood
  • 347
  • 1
  • 7
  • 23
0
votes
1 answer

How to pass Sp entityId from Idp to Shibboleth Sp?

I am not sure but is it possible to pass entityId in AuthnStatement to Shibboleth SP? I am already sending uid in response AuthnStatement. Suppose a request is coming to Idp from SP having entityId as https://sp.example.com/Shibboleth. After…
Waheed
  • 1,835
  • 15
  • 21
0
votes
2 answers

Redirection https to https within same Apache

I have a requirement where I have to redirect my hostname to particular application which is again hosted on same Apache. Let's take an example, When I hit on host(https://domain1.example.com), It should internally redirect me to Apache Web…
Waheed
  • 1,835
  • 15
  • 21
0
votes
2 answers

What's the easiest way to test a .NET SAML client?

I will soon need to add SSO to an ASP.NET app using SAML. The client will not provide access to their Shibboleth identity provider for testing, so I'll need to verify that SSO works myself. What would be the easiest method to use/setup a SAML…
Joel Ryan
  • 1
  • 2
0
votes
0 answers

Shibboleth with Azure

I am trying to follow up some documentation on integrating Shibboleth IDP 3 with Azure for SSO purposes, and in my application I receive an exception when I try to acquire a token (AcquireToken()): An unhandled exception of type …
Will I Am
  • 2,614
  • 3
  • 35
  • 61
0
votes
1 answer

Tomcat 7 JSP page: Avoid 500 error when authenticating in Tomcat using Shibboleth authentication session

Tomcat 7 Exception: Apache Tomcat/7.0.63 - HTTP Status 500 - An exception occurred processing JSP page Reference: I integrated this code with our i2b2 application so we could authenticate against our Shibboleth…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245
0
votes
0 answers

Symfony2 security path pattern not working

I've implemented the SimpleSamlPhpBundle in order to authenticate a user on my Symfony application via SAML/Shibboleth. I modified my security.yml file as follows: security: providers: simplesaml: id: saxid_user_provider …
Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116
0
votes
1 answer

wso2am: Giving the end user the ability to revoke access

I'm working on my master where I have to design and prove a solution to expose some university legacy services. None of them have controlled access, so other feature needed is this security layer. To make this possible I'm using wso2 products:…
0
votes
2 answers

What is SAML metadata?

I have been trying to implement Shibboleth as IDP and my Java webapp as SP but I am having troubles understanding how metadata works. I know it's a way SP knows about IDP and vice-versa. I also know it has keys and all but I can not connect the…
Sachin Verma
  • 3,712
  • 10
  • 41
  • 74
0
votes
2 answers

simplesamlphp fails because mcrypt library not available in Linux 7

We are trying to run simplesamlphp as an SP on RedHat Linux 7. The code is failing with a HP Fatal error: Call to undefined function mcrypt_module_open(). simplesamlphp uses xmlseclibs 1.3.1, which in turn uses mcrypt, and mcrypt is not…
0
votes
2 answers

Implementing SSO using SAML

This may be a wide question but if you can provide any heads up, I'd appreciate. I need to implement Single Sign on between two web apps(AppX,AppY) on different domains. I am supposed to use SAML so I expect there need to be some IdP set up and my…
Sachin Verma
  • 3,712
  • 10
  • 41
  • 74