Skip to content

Commit

Permalink
Added ClaimResponse regex to processSubscription()
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargaslantana committed Sep 10, 2023
1 parent cbb095a commit 9bb5898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private Subscription processSubscription(Subscription subscription) {
throw new RuntimeException("Could not get valueString from criteria extension");
}

String regex = "(.*)=(.*)&(.*)=(.*)&(.*)=(.*)";
String regex = "ClaimResponse\\?(.*)=(.*)&(.*)=(.*)&(.*)=(.*)";
String endVarName = "end";
String end = "";

Expand Down

0 comments on commit 9bb5898

Please sign in to comment.