Skip to content

Commit

Permalink
fix(jans-auth-server): made tknCde consistency=true for UmaRPT
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Jan 4, 2022
1 parent b2c528f commit 298a35a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class UmaRPT extends AbstractToken {
@AttributeName(name = "jansUmaPermission")
private List<String> permissions;

@AttributeName(name = "tknCde", consistency = true)
private String notHashedCode;

public UmaRPT() {
Expand Down

0 comments on commit 298a35a

Please sign in to comment.