Skip to content

Commit

Permalink
Merge pull request #381 from recognizegroup/feature/15427-output-audi…
Browse files Browse the repository at this point in the history
…ence

APIM API output audience
  • Loading branch information
zjanura authored Jan 10, 2024
2 parents 97b8d1c + 4af1f20 commit dc1d508
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/azure/api_management_api/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ output "application_id" {
output "default_role" {
value = azuread_application.application.app_role_ids["Default.Access"]
}

output "api_audiences" {
value = azuread_application.application.identifier_uris
}

output "api_audience" {
value = "api://${local.app_api_endpoint}"
}

0 comments on commit dc1d508

Please sign in to comment.