Shibboleth SSO

Soumik Chaudhuri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 13, 2023

We installed Shibboleth on Apache 2.4, but https://example.com/Shibboleth.sso doesn't seem to exist.

Are there any additional steps to get Shibboleth working?

# systemctl status shibd
● shibd.service - Shibboleth Service Provider Daemon
Loaded: loaded (/usr/lib/systemd/system/shibd.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2023-12-12 22:09:28 EST; 13h ago
Docs: https://wiki.shibboleth.net/confluence/display/SP3/Home
Main PID: 1018 (shibd)
Tasks: 5
Memory: 35.2M
CGroup: /system.slice/shibd.service
└─1018 /usr/sbin/shibd -f -F

 

 

# cat /etc/httpd/conf.d/shib.conf

LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so

ShibCompatValidUser Off

#
# Ensures handler will be accessible.
#
<Location /Shibboleth.sso>
AuthType None
Require all granted
</Location>

#
# Used for example style sheet in error templates.
#
<IfModule mod_alias.c>
<Location /shibboleth-sp>
AuthType None
Require all granted
</Location>
Alias /shibboleth-sp/main.css /usr/share/shibboleth/main.css
</IfModule>

#
# Configure the module for content.

<Location /secure>
AuthType shibboleth
ShibRequestSetting requireSession 1
require shib-session
</Location>

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events