0 votes
in Jenkins by
How does Jenkins authenticate users?

1 Answer

0 votes
by

There are 3 ways –

The default way is to store user data and credentials in an internal database.

Configure Jenkins to use the authentication mechanism defined by the application server on which it is deployed.

Configure Jenkins to authenticate against LDAP server.

...