Questions tagged [shibboleth]

Open Source identity authorization and management solution, providing Single Sign On (SSO)

Shibboleth is an identity solution for Single Sign On (SSO) authentication. It began as an Internet2 Middleware activity in 2000.

73 questions
0
votes
1 answer

apache, shibboleth, load balancing alias, ssl

Good morning folks Could you give me a bit of help with the following problem ? I have a dns load balancing mechanism and an alias (hostAlias) which may point to host01, or host02 I want to configure apache and shibboleth to work with that…
Nikolaidis Fotis
  • 2,032
  • 11
  • 13
0
votes
1 answer

Shibboleth + IIS and Pound Reverse Proxy

Having a bit of a problem getting Shibboleth (SSO) working with ADFS and Pound. The main problem seems to be that: The website address will be https://website.domain.com Pound will then terminate the SSL and forward the traffic to the webserver on…
boburob
  • 1,174
  • 8
  • 23
0
votes
2 answers

Shibboleth SP, IIS

I have a Shibboleth SP instance on Server 2008 R2 and everything is authenticating fine with the IdP. I was testing protecting a single page and that is working fine by doing the following in the shibboleth2.xml file:
OrangeGrover
  • 595
  • 3
  • 10
  • 25
0
votes
1 answer

Shibboleth-Idp setup: Issue with the data-connectors in attribute-resolver.xml

I have setup the shibboleth-Idp as servelet in servelet container tomcat6. However, tomcat start the servelet fails to load. My data connectors are causing it. The code I am using for connectors is as follows:
0
votes
2 answers

Enable Shibboleth for Single SSL Virtual host on server with many vhosts

We have a RHEL 5.5 server in production with a few NameBasedVirtual hosts listening on port 80. We have also have two (possibly mis-configured) SSL virtual hosts which use different Sockets as required by the Apache & the SSL…
iainlbc
  • 2,694
  • 19
  • 19
0
votes
1 answer

Setting up Shibboleth to secure part of a website

I've installed the Shibboleth module for apache on Ubuntu 10.04 using aptitude to install libapache2-mod-shib2 as per https://groups.google.com/group/shibboleth-users/browse_thread/thread/9fca3b2af04d5ca8?pli=1 and enabled the module (I have checked…
HorusKol
  • 751
  • 5
  • 13
  • 31
0
votes
0 answers

Apache with shibboleth as SP and proxypass

when using RHEL8 and shibboleth as SP and passing web-requests to a docker container, we have the problem that some users generate a constant sso request ( in transactions.log ) and also apache gives a lot of errors in…
Marc
  • 1
0
votes
1 answer

How to make site map file public on site secured by shibboleth

We use shibboleth to secure an apache virtualhost. We would like to make single file (a site map) available publicly for this site. Is there way to code this in the virtualhost? The current virtual host looks like this:
0
votes
0 answers

Combination of HTTP authentication and Shibboleth authentication on the same Apache 2.4 website

I'd like to have 2 types of authentication on my web app (PHP 7.4 on Apache 2.4): for the URLs /api/ and its children /api/xxxx (not actual directory, just url) I'd like to have HTTP authentication for any other URL, I'd like to have shibboleth…
0
votes
0 answers

HTTP ERROR 403 You don't have authorization to view this page. (Apache 2.4/Shibboleth 3.1/Tomcat 7)

I'm setting up a new server running CentOS 7 with Apache 2.4/Shibboleth 3.1/Tomcat 7 and using proxy_ajp to connect apache to tomcat. I'm getting 403 from the site running on it. I've searched for solution on the internet, and tried them all…
solotenk
  • 1
  • 1
0
votes
1 answer

Shibboleth in sub-path URL

I am trying to install a Shibboleth Service Provider behind a reverse proxy, that handles SSL offloading and redirects all /shibboleth/ URLs to the VM that hosts Shibboleth SP with Apache. Here are some URL examples: site.domain.com > go to…
J.B.
  • 315
  • 8
  • 23
0
votes
1 answer

issue with shibboleth SP in docker container behind proxy

I am trying to get a shibboleth set up working in a docker container behind a proxy. Currently I am able to get redirected to the shibboleth idp page where I can enter my login details and shibboleth will authenticate me. It is failing with a 404…
jonathan
  • 111
  • 2
  • 5
0
votes
1 answer

Apache "require valid-user" is valid across multiple auth types

Our Apache uses both mod_shib_24 (SAML-SP) and mod_auth_openidc (OIDC-RP), which both are connected to a Shibboleth IdP (acts as both SAML-IDP and OIDC-OP). Furthermore we have 2 protected locations, one protected by SAML, the other one protected by…
brzler
  • 1
  • 1
1 2 3 4
5