Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support knownClientApplications #477

Closed
thecodetinker opened this issue Jul 6, 2021 · 5 comments · Fixed by #474
Closed

Please support knownClientApplications #477

thecodetinker opened this issue Jul 6, 2021 · 5 comments · Fixed by #474

Comments

@thecodetinker
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I need to set knownClientApplications in an Azure AD application manifest, but it appears this is not currently possible.

New or Affected Resource(s)

  • azuread_application

Potential Terraform Configuration

resource "azuread_application" "example" {
  display_name     = "example"
  identifier_uris  = ["api://example-app"]
  known_client_applications = [azuread_application.myapi.application_id]
}

References

@manicminer
Copy link
Contributor

Hi @thecodetinker, thanks for requesting this feature. There is a PR open #474 that adds this functionality, which is due to be released soon in v2.0 of the provider.

@thecodetinker
Copy link
Author

Hi - thank you, appreciate the quick turnaround on that.

I'm not sure how long v2.0 will be, or when we'll be able to migrate to it. Any chance of a back-port to v1?

@manicminer
Copy link
Contributor

manicminer commented Jul 7, 2021

v2.0 is due for release soon, but there unfortunately won't be a backport to v1 - in general we only backport security fixes anyway but in this case it's not compatible

@thecodetinker
Copy link
Author

Ok no worries, I'll make do with az ad app update for now.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants