about summary refs log tree commit diff
path: root/third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-07-05T19·09+0000
committerlukegb <lukegb@tvl.fyi>2020-07-06T22·13+0000
commit310302637bf1e6f53117b8a400ffa02567d41cb1 (patch)
tree8983bd084ae106ad2b2dbc82dc88b74c2cdedf4f /third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json
parent4dca44ac722fee72c05b753bc51ea5bcd2bb3b7c (diff)
feat(3p/apereo-cas): add TVL-specific configuration to overlay r/1229
Change-Id: I5193cb7695d37c1770257741e600d7029b6596a0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/934
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json b/third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json
new file mode 100644
index 0000000000..37ea1be981
--- /dev/null
+++ b/third_party/apereo-cas/overlay/etc/cas/services/samltest-1.json
@@ -0,0 +1,8 @@
+{
+  "@class" : "org.apereo.cas.support.saml.services.SamlRegisteredService",
+  "serviceId" : "https://samltest.id/saml/sp",
+  "name" : "SAMLTest SP",
+  "id" : 1,
+  "evaluationOrder" : 10,
+  "metadataLocation" : "https://samltest.id/saml/sp"
+}