IPP - OAuth2 supporting operating systems
Dennis Haseloff <[email protected]> Fri, 3 Jan 2025 10:44:16 +0000
| Newsgroups | dev.linux.lists.printing-architecture |
|---|---|
| Message-ID | <FR2PPF4263B3A8E713B870199DCDC2EC9B496152@FR2PPF4263B3A8E.DEUP281.PROD.OUTLOOK.COM> |
Hello all, Since this is my first post, cut me some slack if I make any formal mistakes. We are developing a cloud-based IPP endpoint for our customers. Since the advent of SAML/OIDC, customers have become reluctant to use the good old basic authentication. Instead, they insisted on using their IAM/IdP solution of choice such as EntraID, etc. Naive as I am, I tried to enable OAuth2 using the IPP extension described here: ftp.pwg.org/pub/pwg/informational/bp-ippauth10-20190816-5199.10.pdf. I tried it with Ubuntu and CentOS, but neither of them responded properly (starting the OAuth2 process) to the different authentication method. Does anyone have experience implementing OAuth in combination with Linux operating systems? Or does anyone know which operating systems (Linux, Windows, Mac) support OAuth2 as an authentication method and which do not? Thanks in advance Dennis