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

BitLocker recovery key not returned even though selected #3491

Open
richardpauly opened this issue Dec 19, 2024 · 0 comments
Open

BitLocker recovery key not returned even though selected #3491

richardpauly opened this issue Dec 19, 2024 · 0 comments
Labels

Comments

@richardpauly
Copy link

Describe the bug
When querying BitLocker Recovery keys through the Microsoft Graph API, version 1.0 no key is returned even though it is part of the select query header, except when key is the only selected property.

I do realize that this is not specific for the Graph Explorer, but I don't know where else to report this.

To Reproduce
Steps to reproduce the behavior:

  1. Ensure the client has the BitlockerKey.Read.All permission
  2. Query https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key - all properties, including the key is returned
  3. Query https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key,id,createdDateTime,deviceId - the properties id, createdDateTime and deviceId is returned but not the key.

Expected behavior
All selected properties, including key, should be returned when using the statement $select=key,id,createdDateTime,deviceId.

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

No branches or pull requests

1 participant