Geoff Meakin

Results 53 comments of Geoff Meakin

This would be great - would you take a pull request on this? I was thinking to do something similar to the google provider (GCP) where they make a distinction...

Hi @manicminer , I have started work on this, however have noticed: In the process, I realised that in order for my approles to appear in the myapplications.microsoft.com portal, they...

Hi @manicminer , very useful info thanks! So on our azure setup, when I query approles on one of our service principals I get this: ``` "appRoles": [ { "allowedMemberTypes":...

@manicminer I checked with my Azure guy, and he pointed me to this documentation from microsoft whereby they advise you to specifically patch the servicePrincipals appRoles with extra appRoles to...

Great, I'll work on something that works in our usecase and get back to you with a PR for comments 👍

Hi @manicminer - I've gotten round to doing some work on this - I have one file to complete before the code is ready, probably need to add some tests...

To document the above a bit: In my PR, you can now add `sp_app_role` blocks on a service principal, which add approles to the service-principal object only, whilst keeping the...

Am still working on this, sorry about the slow progress @manicminer - still awaiting some permissions for enterprise apps would you believe. I hope to have it done within the...

Hi @manicminer I believe I've finished the code for this (it's currently here in case you want to see it `https://github.com/gtmtechltd/terraform-provider-azuread/tree/gm-add-authoritative-approles-and-assignments` ) I am conducting some tests now and going...

Hi @manicminer I've done some further updates and I now have an AWS Gallery app starting up complete with approle assignments. I want to write some tests, but I wanted...