Forum Discussion
How does a Universal Print Ready Printer communicate with IPP infrastructure printer?
Hi,
I successfully register a printer. Then try to use printer device token as the authorization bearer to post https://print.print.microsoft.com/printer with Update-Output-Device-Attributes operation. But the response is "Required security scope does not exist". The scope I got from user token is below. Do I miss to request other permissions?
https://print.print.microsoft.com/PrinterProperties.ReadWrite https://print.print.microsoft.com/Printers.Create https://print.print.microsoft.com/Printers.ReadWrite https://print.print.microsoft.com/PrintJob.ReadWrite
If I use user token as the authorization bearer to post https://print.print.microsoft.com/printer with Get-Printer-Attributes operation, I can get the correct ipp response.
Hope anyone can help me to resolve the failed to Update-Output-Device-Attributes operation issue.