How to customize the IPP URL for HCP
There are actually several parameters that can be used in ipp path:
URL : https://<hcp-hostname>:9631/ipp/<printer-name or printer-ID>/accountdomain=<hcp-domain-fqdn>/username=<user-name>/providerid=<auth-provider-ID>
- /username : user name
/accountdomain : HCP domain account name
/providerid : authentication provider ID (useful if having same username in different provider)
ex:
http://appliance-01.acme.com:8631/ipp/Follow-Me/username=user01/accountdomain=print.acme.com
https://appliance-01.acme.com:9631/ipp/Follow-Me/username=user01/accountdomain=print.acme.com
IPP with Authentication
For higher security, it is possible to setup HCP Account to force IPP Authentication ( Settings )
The IPP URL string should then contain a username and password:
http://username:password@appliance-01.acme.com:8631/ipp/Follow-Me/username=user01...
Comments
0 comments
Please sign in to leave a comment.