summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f0ea74..5b05ebc 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,49 @@ and more
File installer.properties
Properties written out by the installer and used during upgrades. Scripts may create this ahead of time and feed it in to the installer in order to have a silent install. Deployers are not expected to modify this directly.
+# planning
+https://shibboleth.net/pipermail/users/2016-July/030260.html
+http://shibboleth.1660669.n2.nabble.com/SAML-message-intended-destination-endpoint-did-not-match-the-recipient-endpoint-td7626468.html
+We setup a new IdP on the 3.x branch. New hostname, new certificates, new
+URL bindings, etc; but responding as the same entityID as the old IdP on
+the 2.x version.
+...
+
+
+
+
+# Testing
+
+run.sh
+
+```
+#docker build -t $(basename $(pwd)) . && docker run -p80:80 -p 443:443 --rm -ti $(basename $(pwd))
+# shibboleth-docker
+docker build -t $(basename $(pwd)) . && docker run --rm -ti --name shibboleth-docker $(basename $(pwd))
+```
+
+```
+# Apache SP
+docker build -t $(basename $(pwd)) . && docker run --rm -ti -p80:80 -p 443:443 -e SP_HOSTNAME=sp.nordu.dev --link shibboleth-docker $(basename $(pwd))
+```
+
+```
+hlk@bujin:hlk$ cat /etc/hosts
+##
+# Host Database
+#
+# localhost is used to configure the loopback interface
+# when the system is booting. Do not change this entry.
+##
+127.0.0.1 localhost
+255.255.255.255 broadcasthost
+::1 localhost
+
+127.0.0.1 idp.nordu.dev sp.nordu.dev
+```
+
+Then you should be able to go to: https://sp.nordu.dev/secure/
# Resources
@@ -114,6 +156,13 @@ StaticPKIXX509Credential
# Other Links
+
+https://shibboleth.net/products/metadata-aggregator.html
+Metadata Aggregator provides a command line tool and REST-based web service to support publishers and consumers of metadata.
+- kan måske lette noget arbejde med at vedligeholde filer?
+
+
+
https://wiki.shibboleth.net/confluence/display/IDP30/Installation+Directory+and+Configuration+Files
describes the Installation Directory and Configuration Files