ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
57 stars 36 forks source link

Add support for adding users with SAML as the authentication method #70

Closed richardnaik closed 2 years ago

richardnaik commented 2 years ago

Summary

I would like to be able to add users and set the SAML authentication method for them. Currently we have SAML auth working through our IDP on our Netapp appliance but since we have to add users locally on the appliance before they can authenticate with our IDP this is rather cumbersome. Automating with this ansible would be perfect but SAML is not a supported authentication method through the user module.

Component Name

netapp.ontap.na_ontap_user

Additional Information

carchi8py commented 2 years ago

I've created story 5090 for this.

lonico commented 2 years ago

published as 21.20.0

richardnaik commented 2 years ago

SAML now works as an auth method, thanks