[MM3-users] Re: Enforcing SSO and subscription options

2025-07-21 Thread Stephen J. Turnbull
Christian Schneider writes: > thank you very much for this detailed and elaborated answer. You're welcome. I'm sorry I couldn't be more optimistic about implementing the approach in Mailman. At some point we in the Mailman project should probably consider changing the authorization model. The

[MM3-users] Re: Enforcing SSO and subscription options

2025-07-21 Thread Christian Schneider
Dear Stephen, thank you very much for this detailed and elaborated answer. I am very happy to have this well-founded evaluation of my approach! Your rating will give me a good stand in discussion with my team leader ;-) to drop the constraint of only having SSO authorized moderators and admins...

[MM3-users] Re: Enforcing SSO and subscription options

2025-07-18 Thread Stephen J. Turnbull
Christian Schneider writes: > did you manage to disable the local registration (with django > accounts)? I am trying to get rid of these locally registered > accounts as well. The easist way to do this is to require SSO authentication to access webapps (this can be done in the front-end webse

[MM3-users] Re: Enforcing SSO and subscription options

2025-07-18 Thread Christian Schneider
Hello, did you manage to disable the local registration (with django accounts)? I am trying to get rid of these locally registered accounts as well. Background: I only want authorized accounts (provided by our SSO) to be owners or moderators with the ability to manage lists... So, if I block all

[MM3-users] Re: Enforcing SSO and subscription options

2025-02-21 Thread Stephen J. Turnbull
via Mailman-users writes: > Thank you for the reply. Ultimately, I ended up digging deeper > into the allauth docs, per your suggestion, and I went a little bit > further with the "SOCIALACCOUNT_ONLY" option. It turns out that > the errors I were seeing were related to the sign up button >

[MM3-users] Re: Enforcing SSO and subscription options

2025-02-20 Thread via Mailman-users
Thank you for the reply. Ultimately, I ended up digging deeper into the allauth docs, per your suggestion, and I went a little bit further with the "SOCIALACCOUNT_ONLY" option. It turns out that the errors I were seeing were related to the sign up button referencing a view that didn't exist.