Skip to content

Commit

Permalink
fix: subordinate statement source endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Nov 1, 2024
1 parent fb3fc6e commit 659d514
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ class SubordinateService {
.iat((System.currentTimeMillis() / 1000).toInt())
.exp((System.currentTimeMillis() / 1000 + 3600 * 24 * 365).toInt())
.sourceEndpoint(
accountService.getAccountIdentifier(account.username) + "/fetch/?iss=" + accountService.getAccountIdentifier(
account.username
) + "&sub=" + subordinate.identifier
accountService.getAccountIdentifier(account.username) + "/fetch?sub=" + subordinate.identifier
)

subordinateJwks.forEach {
Expand Down

0 comments on commit 659d514

Please sign in to comment.