Skip to content
Permalink
6bb982f099
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
34 lines (33 sloc) 1.47 KB
# Config file for attribute slammer.
grp_ws_endpoint: http://tier-demo-grouper:8080
grp_ws_rest_attributes: /grouper-ws/servicesRest/json/v2_2_000/attributeAssignments
grp_ws_rest_groups: /grouper-ws/servicesRest/json/v2_2_000/groups
grp_ws_user: tjordan
timeout: 10
debug: 0
verbose: 1
logfile: "/opt/attributeSlammer/slammer.log"
list:
# Portal, Grouper, SIS, and ref tree are all released to portal SP
# since that is the proxy to all of those apps
# Ref released just for demonstration purposes
- stem: "app:grouper"
attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
attribute_value: "https://localhost:9443/shibboleth"
- stem: "app:sis"
attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
attribute_value: "https://localhost:9443/shibboleth"
- stem: "app:portal"
attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
attribute_value: "https://localhost:9443/shibboleth"
- stem: "ref"
attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
attribute_value: "https://localhost:9443/shibboleth"
# Nothing to TIER Canvas instance...but if you wanted to:
# - stem: "app:canvas"
# attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
# attribute_value: "http://tier.instructure.com/saml2"
# # The bundles such as "All Students" are default release to every SP:
- stem: "bundle"
attribute_name: "etc:attribute:ShibEntityId:ShibEntityId"
attribute_value: "DEFAULT"