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 identity providers #41

Merged

Conversation

michaljirman
Copy link
Contributor

Add support for identity providers

  • implements the new endpoint in the beta API (old endpoint for reference)
  • implements the List, Create, Get, Update, Delete and ListAvailableProviderTypes methods
  • requires authentication with IdentityProvider.ReadWrite.All permission/scope

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.

Hi @michaljirman, sorry for the delay in reviewing. This is looking great and tests are passing for me. If you can add some extra nil pointer checks this should be good to merge.

msgraph/identity_providers.go Show resolved Hide resolved
msgraph/identity_providers_test.go Outdated Show resolved Hide resolved
msgraph/identity_providers_test.go Outdated Show resolved Hide resolved
@manicminer manicminer added the enhancement New feature or request label May 17, 2021
@manicminer manicminer added this to the v0.13.0 milestone May 17, 2021
@manicminer
Copy link
Owner

@michaljirman Thanks again for this addition - I've committed a couple of suggestions and this is good to go.

@manicminer manicminer merged commit 79a4004 into manicminer:main May 18, 2021
manicminer added a commit that referenced this pull request May 18, 2021
@michaljirman
Copy link
Contributor Author

@manicminer sorry for the late reply was busy. Thanks for the additions and merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants