Skip to content

Commit

Permalink
chore: adjust claim names to conform to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Jun 13, 2024
1 parent 6360da2 commit d614747
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.fasterxml.jackson.annotation.JsonProperty;

public record Claims(@JsonProperty("http://uic.org/90940/ru") String ru,
@JsonProperty("http://uic.org/90940/train") String train,
@JsonProperty("http://uic.org/90940/role") String role) {
public record Claims(@JsonProperty("ru") String ru,
@JsonProperty("train") String train,
@JsonProperty("role") String role) {
}

0 comments on commit d614747

Please sign in to comment.