Label: plugin+user

All content with label plugin+user.
Related Labels: idea , delayed , account , post , paper , struts2 , statistics , filter , admin , commit , permission , visual , build , openapi , guest , studio , jabber , rspec , e-mail , more » ( - plugin , - user )

Custom User Authentication (TeamCity 4.x Documentation)
Custom User Authentication Custom authentication API is based on Sun JAAS API. To provide your own authentication scheme, you should provide a login module class which must implement interface javax.security.auth.spi.LoginModule and register it in the jetbrains.buildServer.serverSide.auth.LoginConfiguration. For example: public ...