Skip to content

Commit

Permalink
fix: velocity template for shibboleth relying party
Browse files Browse the repository at this point in the history
A recent upgrade to Shibboleth IDP version 4.3.1 prevented
inbound interception scripts to be functional. This fix re-introduces
them with a fix.

Signed-off-by: Rolain Djeumen <[email protected]>
  • Loading branch information
uprightech committed Oct 5, 2023
1 parent 85c2a7c commit 56fffd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
p:includeAttributeStatement="$profileConfig.includeAttributeStatement"
p:assertionLifetime="$profileConfig.assertionLifetime"
p:postAuthenticationFlows="#{{'gluu-release-attributes-post-processor'}}"
p:inboundInterceptorFlows="#{ {'gluu-populate-context'} }"
#if ($profileConfig.signResponses == 'conditional')
p:signResponsesPredicate-ref="SignNoIntegrity"
#{else}
Expand Down

0 comments on commit 56fffd2

Please sign in to comment.