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

Support publisher domain on azuread_application #255

Open
drdamour opened this issue May 20, 2020 · 4 comments
Open

Support publisher domain on azuread_application #255

drdamour opened this issue May 20, 2020 · 4 comments

Comments

@drdamour
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'd like to be able to define the publisher domain for my apps as my org's default isn't the one i want

image

New or Affected Resource(s)

  • azuread_application

Potential Terraform Configuration

resource "azuread_application" "example" {
  name                       = "naemes matter"
  homepage                   = "https://example.com"

  reply_urls                 = [
    "https://example.com"
  ]

publisher_domain = "verified.example.com"

References

no known issues

@manicminer
Copy link
Contributor

Hi @drdamour, thanks for requesting this. Unfortunately there is currently no API support for setting the publisher domain for an application. If you try to set it anyway, the API returns Property 'publisherDomain' is read-only and cannot be set. It also doesn't appear to be editable via the MS Graph API, so it doesn't look like there's a way for us to implement this at the moment.

@drdamour
Copy link
Author

drdamour commented May 30, 2020

So we gotta request for ms graph, then in go sdk?

@manicminer
Copy link
Contributor

According to MS Graph docs, it's a readonly property there too.

@manicminer manicminer removed their assignment Oct 7, 2020
@manicminer manicminer added this to the Blocked milestone Oct 21, 2020
@manicminer
Copy link
Contributor

According to MS Graph docs, it's a readonly property there too.

... and still is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants