Skip to content

Commit

Permalink
[MOSIP-30687] on demand template extraction authentication error even…
Browse files Browse the repository at this point in the history
…ting (#1238)

* MOSIP-30687 changes done to  from websub to kafka

Signed-off-by: Neha Farheen <[email protected]>

* logger added

Signed-off-by: Neha Farheen <[email protected]>

* test case resolved

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-30687 add class in config

Signed-off-by: Neha Farheen <[email protected]>

---------

Signed-off-by: Neha Farheen <[email protected]>
Co-authored-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha2365 and Neha Farheen authored Apr 5, 2024
1 parent b52097b commit fb7f0b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import io.mosip.authentication.common.service.cache.MasterDataCache;
import io.mosip.authentication.common.service.cache.MasterDataCacheInitializer;
import io.mosip.authentication.common.service.config.IDAMappingConfig;
import io.mosip.authentication.common.service.config.KafkaProducerConfig;
import io.mosip.authentication.common.service.config.LangComparatorConfig;
import io.mosip.authentication.common.service.config.OpenApiProperties;
import io.mosip.authentication.common.service.config.SwaggerConfig;
Expand Down Expand Up @@ -112,7 +113,7 @@
PartnerCACertEventServiceImpl.class, PartnerCACertEventInitializer.class,
IdAuthWebSubInitializer.class, AuthAnonymousEventPublisher.class, EnvUtil.class, KeyBindedTokenMatcherUtil.class,
HSMHealthCheck.class, PrivateKeyDecryptorHelper.class,
PasswordAuthServiceImpl.class, PasswordComparator.class, AuthenticationErrorEventingPublisher.class })
PasswordAuthServiceImpl.class, PasswordComparator.class, AuthenticationErrorEventingPublisher.class, KafkaProducerConfig.class })
@ComponentScan(basePackages = { "io.mosip.authentication.otp.service.*",
"io.mosip.kernel.core.logger.config", "${mosip.auth.adapter.impl.basepackage}" }, excludeFilters = @ComponentScan.Filter(type = FilterType.REGEX, pattern = {
"io.mosip.idrepository.core.config.IdRepoDataSourceConfig.*" }))
Expand Down

0 comments on commit fb7f0b5

Please sign in to comment.