-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathShib-IdP-References.html
More file actions
76 lines (76 loc) · 3.04 KB
/
Shib-IdP-References.html
File metadata and controls
76 lines (76 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>cloud-init-examples</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<!-- <li><a href="INSTALL.html">INSTALL</a></li> -->
<!-- <li><a href="user_manual.html">User Manual</a></li> -->
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/cloud-init-examples">GitHub</a></li>
</ul>
</nav>
<section>
<p>This is a collection of links that may be helpful if you’re setting
up a Shibboleth IdP 4 service.</p>
<ul>
<li>https://shibboleth.atlassian.net/wiki/spaces/IDP4/overview</li>
<li>https://github.com/ConsortiumGARR/idem-tutorials/blob/master/idem-fedops/HOWTO-Shibboleth/Identity%20Provider/Debian-Ubuntu/HOWTO%20Install%20and%20Configure%20a%20Shibboleth%20IdP%20v4.x%20on%20Debian-Ubuntu%20Linux%20with%20Apache2%20%2B%20Jetty9.md
<ul>
<li>this one was actually pretty useful in figuring things out but it
did not conform to the path of using stock Ubuntu 20.04 LTS packages as
much as possible</li>
</ul></li>
<li>https://cloudinfrastructureservices.co.uk/install-shibboleth-sso-on-ubuntu-20-04/
<ul>
<li>useful overview, particularly the opening diagram</li>
<li>focus is on Tomcat not Jetty (which is recommended)</li>
</ul></li>
<li>https://registry.idem.garr.it/idem-conf/shibboleth/IDP4/apache2/idp.example.org.conf
<ul>
<li>Starting point of figuring out what should be in our site
configuration for our Apache 2 idp.example.edu virtual host file</li>
</ul></li>
<li>https://www.baeldung.com/deploy-to-jetty
<ul>
<li>General description of deploying to Jetty</li>
</ul></li>
<li>Documentation for Shibboleth IdP 3 that setup
<ul>
<li>https://www.switch.ch/aai/guides/idp/installation/
<ul>
<li>uses Postgres to manage the accounts</li>
</ul></li>
</ul></li>
<li>Example Shibboleth SP setups
<ul>
<li><a
href="https://iam.harvard.edu/resources/saml-shibboleth-integration">harvard</a></li>
<li><a href="https://shibboleth.usc.edu/docs/sp/install/">USC</a></li>
</ul></li>
</ul>
<h1 id="configuring-our-idp">Configuring our IdP</h1>
<ul>
<li>https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631611/PasswordAuthnConfiguration</li>
<li>https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1274544392/HTPasswdAuthnConfiguration
<ul>
<li>this documents using an Apache htpasswd type file</li>
</ul></li>
</ul>
</section>
<footer-global></footer-global>
</body>
</html>