Forum Discussion

hungnq39's avatar
hungnq39
Copper Contributor
May 27, 2020

Invalid_client while authen and Permission, Scope in Universal Print Apllication

Hello, I am currently developing OEM Printer Client Application Application Registration.
https://docs.microsoft.com/en-us/universal-print/hardware/universal-print-oem-app-registration 
I have added the necessary permissions for my application as shown below : 

In my application, when I add scope, the rights are

OAUTH_SCOPES = 'profile offline_access user.read user.read.all'

then the login application is normal, but if I add permissions like printers.Read or Printers.Create then When logged in, an error message returned is invalid_client.
How do I use Universal Print permissions within the scope of the web app.

 

Resources