Skip to content

Commit

Permalink
fix: correct scope for azure m2m
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 20, 2024
1 parent 9ba41ec commit dc2b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wonderwalled-azure/src/main/kotlin/io/nais/Wonderwalled.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fun main() {
return@get
}

val target = audience.toString()
val target = audience.toScope()
try {
val token = azure.token(target)
call.respond(token)
Expand Down

0 comments on commit dc2b5d5

Please sign in to comment.