Skip to content

Commit

Permalink
SAML 4.3.0 addition persmission
Browse files Browse the repository at this point in the history
Added addition permissions for new version of SAML.
  • Loading branch information
willyborankin committed Jul 11, 2023
1 parent e5348eb commit 370648a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ grant {

//Enable this permission to debug unauthorized de-serialization attempt
//permission java.io.SerializablePermission "enableSubstitution";

//SAML policy
permission java.util.PropertyPermission "*" "read,write";
};

grant codeBase "${codebase.netty-common}" {
Expand Down

0 comments on commit 370648a

Please sign in to comment.