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

Add support for Privileged Identity Management Groups #248

Closed
wants to merge 22 commits into from
Closed

Add support for Privileged Identity Management Groups #248

wants to merge 22 commits into from

Conversation

oWretch
Copy link
Contributor

@oWretch oWretch commented Jul 18, 2023

As a prerequisite to addressing hashicorp/terraform-provider-azuread#68.

I think this will (once completed) supersede #240 and close #117.

Copy link
Owner

@manicminer manicminer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this @oWretch. I think you're right, this will likely need to be merged together. This is looking great so far. I'm not sure if you have any additional methods to add, but once we have some basic tests covering these, we can look at merging this!

Fails due to invalid memory adderess when building the POST request
@manicminer manicminer added enhancement New feature or request package/msgraph labels Jul 31, 2023
bubbletroubles and others added 12 commits July 31, 2023 16:56
* Added AuthenticationMethodModes

* Updates

* Typos

* Added client

* Updated allowed combinations

* Disable paging

* Fixed description

* Fix Typos

* fixed tests

* fixed typo

* Removed extra defintions

* Fixed typo

* Added AuthenticationStrength to CA Grant Controls

* Update msgraph/models.go

Co-authored-by: Tom Bamford <[email protected]>

* Added tests

* Trigger re-test

* trigger re-test

* Clean up Auth Strengh Policy after testing

* Triggered re-test

* Updated policy ID

* cleanup tool support authentication stength policies

---------

Co-authored-by: bubbletroubles <[email protected]>
Co-authored-by: Tom Bamford <[email protected]>
…Controls, or both, but must be explicitly null in the `or` case
oWretch

This comment was marked as resolved.

Finally found it, though it is part of the v2 API and not v3 😢
@oWretch
Copy link
Contributor Author

oWretch commented Aug 11, 2023

I've work out that I can split this into multiple PRs, so I'll start raising those separately and link them here.

@oWretch oWretch deleted the f/pim-groups branch August 11, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package/msgraph
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Privilege Access Group
3 participants