jeremyschulman / netbox-plugin-auth-saml2

Netbox plugin for SSO using SAML2
119 stars 21 forks source link

Future development after Netbox 3.1.0 #51

Closed MichalMMac closed 2 years ago

MichalMMac commented 2 years ago

Hey,

Netbox 3.1.0 now supports SSO out of the box via python-social-auth.

Would this affect the future development of netbox-plugin-auth-saml2 in any way? Do you @jeremyschulman plan to keep developing/maintaining netbox-plugin-auth-saml2 plugin?

From the configuration point of view I like the netbox-plugin-auth-saml2 more. Especially because of the user flag and group synchronization.

jeremyschulman commented 2 years ago

Hi @MichalMMac - the Netbox 3.1.0 release will not affect the future development of netbox-plugin-auth-saml2 project. Thank you for your feedback!

ryanmerolle commented 2 years ago

I wonder if django's social auth supports flag and group synchronization. Could be worth inquiring?