From ee0f6b10de7901d1a7c8809bebed0450d3a6cc48 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 13 Jun 2019 10:52:42 -0500 Subject: [PATCH] add names/ports to readme --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index 50d7c8e..cfa0051 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,52 @@ # InCommonTAP-Examples Contains example uses of the InCommon Trusted Access Platform components working together + +Below are the names/ports that the components in the demos will use. Not all demos use all components. + + + +## ITAP Training Environment Names/Ports ## + +**IdP** +* name: idp.example.org +* port: 443 + +**Grouper** +* name: grouper.example.org +* port: 8443 + +**COmanage** +* name: comanage.example.org +* port: 9443 + +**midPoint** +* name: midpoint.example.org +* port: 10443 + +**Satosa** +* name: proxy.example.org +* port: 11443 + +**LDAP** +* name: ldap.example.org +* port: 389, 636 + +**DB** +* name: db.example.org +* port: 3306, 5432 + +**Rabbit** +* name: rabbit.example.org +* port: 15672 (web), 5671, 5672 + +**HRMS** +* name: hr.example.org +* port: 12443 + +**SIS** +* name: sis.example.org +* port: 13443 + +**Wordpress** +* name: www.example.org +* port: 14443