Skip to content

Commit

Permalink
update testbed shib-idps to match
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Nov 1, 2022
1 parent 49bc512 commit b9122ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testbed/authentication/shibboleth-idp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/shib-idp:4.0.0_20200518
FROM i2incommon/shib-idp:4.2.1_20220624

# The build args below can be used at build-time to tell the build process where to find your config files. This is for a completely burned-in config.
ARG TOMCFG=config/tomcat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
-->
<bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
<ref bean="SAML2.SSO" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<!--
Expand Down

0 comments on commit b9122ee

Please sign in to comment.