forked from internet2/InCommonTAP-Examples
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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<span></span>.example.org | ||
* port: 14443 |