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_named_location: Implement support for the country_lookup_method parameter #1589

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sdx-jkataja
Copy link

In azuread_named_location add support for the country_lookup_method parameter. This specifies method of detecting country the user is located in. Possible values are clientIpAddress for IP-based location and authenticatorAppGps for Authenticator app GPS-based location. Defaults to clientIpAddress.

Graph API documentation: https://learn.microsoft.com/en-us/graph/api/resources/countrynamedlocation?view=graph-rest-1.0

Fix #1427

Copy link
Contributor

@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.

LGTM

SCR-20241217-iuno

SCR-20241217-iuap

SCR-20241217-iuxz

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

Successfully merging this pull request may close these issues.

azuread_named_location support for GPS coordinates country lookup method
2 participants