in saml-authentication-server/src/main/java/jetbrains/buildServer/auth/saml/plugin/SamlCallbackController.java [20:26]
public SamlCallbackController(@NotNull SBuildServer server,
@NotNull WebControllerManager webControllerManager
) {
super(server);
webControllerManager.registerController(SamlPluginConstants.SAML_CALLBACK_URL, this);
}