in saml-authentication-server/src/main/java/jetbrains/buildServer/auth/saml/plugin/SamlMetadataController.java [19:29]
public SamlMetadataController(@NotNull SBuildServer server,
@NotNull WebControllerManager webControllerManager,
@NotNull AuthorizationInterceptor interceptor,
@NotNull SamlAuthenticationScheme samlAuthenticationScheme,
@NotNull SamlPluginSettingsStorage settingsStorage) {
super(server);
this.samlAuthenticationScheme = samlAuthenticationScheme;
interceptor.addPathNotRequiringAuth(SamlPluginConstants.SAML_METADATA_URL);
webControllerManager.registerController(SamlPluginConstants.SAML_METADATA_URL, this);
}