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

Allow managing 'forms' within authenticationinfo for puppetlabs-iis resources #396

Open
aaronhilton0 opened this issue Jan 9, 2025 · 0 comments
Labels

Comments

@aaronhilton0
Copy link

Use Case

Currently the iis_site and iis_application resources in the puppetlabs-iis module (10.0.1) support the following options within "authenticationinfo":
['anonymous', 'basic', 'clientCertificateMapping','digest', 'iisClientCertificateMapping', 'windows']
per https://github.com/puppetlabs/puppetlabs-iis/blob/main/lib/puppet_x/puppetlabs/iis/property/authenticationinfo.rb

I have nodes running Windows Server 2022 that have 'Forms Authentication' listed as an option, and I'd like to leverage the existing mechanism in this module to ensure that auth option is disabled instead of resorting to DSC.

Describe the Solution You Would Like

Allow an option to manage 'forms' in the same manner as the other authenticationinfo methods

Describe Alternatives You've Considered

Using DSC could allow this, however it is an undesired method.

Additional Context

This request is tied to Puppet Support case 01325478

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