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

UntrustedCertificateException: Peer SSL/TLS certificate is not trusted SAML gluu server

I am trying to configure my application (SP) to work with remote IDP. The IDP provided me with a certificate to configure with SP. For SAML request. I get this exception : org.springframework.security.saml.trust.UntrustedCertificateException: Peer…
mohammad
  • 25
  • 2
  • 10
0
votes
0 answers

Shibboleth Session Unauthorized

My experience with Shibboleth is limited and I have no access to configuration or logs on the IdP or the SP. I am trying to troubleshoot this issue: Previous Shibboleth session is still active on the client workstation. When attempting to access…
Kyle Burkett
  • 1,375
  • 12
  • 28
0
votes
1 answer

SAML2 - Upgrade SP with intermediate certificate

I am trying to upgrade the browser-facing certificate on the Shibboleth Service Provider (sp). The existing setup has a single certificate both in the shibboleth2.xml and in the sp-metadata.xml. Snippets from the implementation is something as…
POJO
  • 41
  • 2
  • 8
0
votes
1 answer

Shibboleth custom password flow

I need to set up Shibboleth IdP to validate user name and password against a custom application. Our application exposes a REST API to which one can pass a user's credentials and either returns a 401 on failure or a JSON object with some user…
user3758232
  • 758
  • 5
  • 19
0
votes
1 answer

onelogin SSO shibboleth ACS config

I am trying to get Shibboleth SP to work with OneLogin [SAML Test Connector (IdP w/attr)] in my lab. I was able to get everything working with testshib IDP but when I change out my Metadata provider and update my SSO Entity ID I just get this…
Gary Lyon
  • 3
  • 1
  • 4
0
votes
2 answers

Shibboleth authentication failure with ldap

I am first time trying to install Shibboleth Idp(2.4.2). I am using LDAP authenticatication. I successfully configured Tomcat7, Shibboleth Idp, Apache, and ldap. But when I tried to authenticate a user, I get the following error: Login has failed.…
Manjunath
  • 185
  • 1
  • 1
  • 6
0
votes
1 answer

Why the request originated from JETTY server on node1 providing response on node2?

I am using Jetty-6.1.19 server. There is a "Shibboleth access model" integrated in my project which provides access to paid articles in a manner such that institutes which have purchased licenses for journals get access for the articles after…
0
votes
1 answer

To Which Endpoint will SAML Authority send back LogoutResponse after processing a LogOutRequest received from a session participant?

To which Endpoint will SAML session authority send back LogoutResponse after processing a LogOutRequest received from a session participant?
mavis
  • 3,100
  • 3
  • 24
  • 32
0
votes
1 answer

Shibboleth Choosing Authentication Mechanism Based on SP

I am Using Shibboleth as IDP For starters, how do i configure IDP to pick an authentication mechanism based on sp like SP1- Database Authentication SP2- External Authentication SP3- LDAP Authentication
Avinash K
  • 65
  • 11
0
votes
0 answers

How can i configure ssl connexion in shibboleth idp?

I installed shibboleth idp and i configured server.xml connector port 8443 to use idp.jsk for ssl connetion. When i navigated to http://localhost:8080/idp/profile/Status, page appears with "ok" , but when i navigate to…
Kri
  • 3
  • 4
0
votes
1 answer

Shibboleth Service Provider 2.3.8 - Error 1053: The service did not respond to the start or control request in a timely fashion."

I am trying to build up a testing environment in which I could manage the login to my web application using Shibboleth. I managed to configure and install Shibboleth IdP (2.3.8) under Tomcat 6 and now I am trying to install and configure Shibboleth…
0
votes
2 answers

How can i work with zimbra and shibboleth?

I want to integrate shibboleth in zimbra in order to reach sso should i work with shibboleth sp or idp ? how can i do because zimbra support only preauth and shibboleth work with saml ? thank you
aze
  • 29
  • 2
0
votes
1 answer

Gluu - Shibboleth - OpenSAML No Such Method Error - Jar Version Mistmatch

I have a SAML IDP server that is configured by Gluu version 2.4.1. It combines Shibboleth with OpenSAML and other features. When I sign a request to it with X509 cert data, the IDP throws an unexpected exception: java.lang.NoSuchMethodError:…
jn1kk
  • 5,012
  • 2
  • 45
  • 72
0
votes
1 answer

Shibboleth not appending any nameid to SAML response

We are trying to do a single setup with Shibboleth Identity Provider 3 and 1 service. We have configured the Shibboleth IDP3 to use the OpenLDAP service that we are running. This is working as authentication is succesful. (see green underlined part…
Spyral
  • 760
  • 1
  • 12
  • 33
0
votes
1 answer

How to resolve 404 error in Shibboleth Service Provider?

I have installed the Shibboleth SP[2.5.6 latest] in my Windows Server R 2012.I followed the links : Shibboleth Installation I verified the installation and ran this sitelink -https://localhost/Shibboleth.sso/Status It throws ERROR. HTTP Error 404.0…
kaarthick raman
  • 793
  • 2
  • 13
  • 41