I have a Jenkins service running within our company. It uses the LDAP plugin (not the Active Directory plugin), integrates well with our Active Directory, and company users can successfully log in to Jenkins.
By default, when a user logs in, they don't have any permissions. As I have selected the project-based matrix authorization strategy, there is a long list of potential authorization options, and for each user, I (as a Jenkins administrator) currently have to manually (and tediously) select which authorizations I want to grant.
Is there a way to specify default authorizations for all non-anonymous users?