Skip to content

Commit

Permalink
Merge pull request #4280 from valadas/jwt-upgrade-config
Browse files Browse the repository at this point in the history
Prevents JWT upgrade to change existing config
  • Loading branch information
mitchelsellers authored Nov 6, 2020
2 parents deaeb66 + 739e888 commit fd79529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/Dnn.AuthServices.Jwt/Dnn.Jwt.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<install>
<configuration>
<nodes>
<node path="/configuration/dotnetnuke/authServices/messageHandlers" action="update" key="name" collision="overwrite">
<node path="/configuration/dotnetnuke/authServices/messageHandlers" action="update" key="name" collision="ignore">
<add name="JWTAuth" type="Dnn.AuthServices.Jwt.Auth.JwtAuthMessageHandler, Dnn.AuthServices.Jwt"
enabled="true" defaultInclude="false" forceSSL="true" />
</node>
Expand Down

0 comments on commit fd79529

Please sign in to comment.