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

azuread_application - block for all platform configurations. #469

Closed
jwhitbread opened this issue Jun 25, 2021 · 3 comments · Fixed by #474
Closed

azuread_application - block for all platform configurations. #469

jwhitbread opened this issue Jun 25, 2021 · 3 comments · Fixed by #474

Comments

@jwhitbread
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've just recently started using the azuread_application resource and I'm in need of accessing Mobile and desktop applications platform configuration. It seems the web block is the only available platform for Terraform to configure.

New or Affected Resource(s)

azuread_application

Potential Terraform Configuration

resource "azuread_application" "azuread" {
  display_name     = "namehere"
  owners = [object_id]
  sign_in_audience = "AzureADMyOrg"
  prevent_duplicate_names = true

  mobile_desktop_platform {
    redirect_uri = ["com.terraform.app://oauth", "http://localhost:300/"]
  }
}

Would this be possible?

References

https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application

  • #0000
@manicminer
Copy link
Contributor

Hi @JordanW94, thanks for the feature request. You are correct, at this time the provider can only configure some properties of the web block for application. This is due to API limitations, which we are currently working to move beyond by transitioning to a newer API (see #323 for details).

This work is ongoing at the moment and we hope to be able to release full support for different platform settings for applications in the near future.

@jwhitbread
Copy link
Author

Thanks for the quick reply @manicminer, I thought that would be case. I look forward to seeing the new features!

@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