Skip to content

Commit

Permalink
Update shibboleth.HttpServletRequestSupplier
Browse files Browse the repository at this point in the history
  • Loading branch information
JarToi committed May 21, 2024
1 parent 000605b commit 20d03d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/flows/authn/jwt/jwt-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<bean id="ValidateJwtTokenAuthentication"
class="fi.mpass.shibboleth.authn.impl.ValidateJwtTokenAuthentication" scope="prototype"
p:httpServletRequest-ref="shibboleth.HttpServletRequest"
p:httpServletRequestSupplier-ref="shibboleth.HttpServletRequestSupplier"
p:usernameId="id">
<constructor-arg value="shared_secret" />
<constructor-arg value="jwt" />
Expand Down

0 comments on commit 20d03d9

Please sign in to comment.