-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added authenticator wrapper for esignet for 1.1.5.5 IDA #1016
base: 1.1.5.5
Are you sure you want to change the base?
Added authenticator wrapper for esignet for 1.1.5.5 IDA #1016
Conversation
.../src/main/java/io/mosip/authentication/esignet/integration/service/IdaAuthenticatorImpl.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/mosip/authentication/esignet/integration/service/IdaAuthenticatorImpl.java
Outdated
Show resolved
Hide resolved
log.error("Failed to parse biometric capture response", e); | ||
} | ||
break; | ||
case "WLA" : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove WLA support
import lombok.Data; | ||
|
||
@Data | ||
public class KeyBindedToken { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove keybinding support
@ConditionalOnProperty(value = "mosip.esignet.integration.audit-plugin", havingValue = "IdaAuditPluginImpl") | ||
@Component | ||
@Slf4j | ||
public class IdaAuditPluginImpl implements AuditPlugin { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Need for IDA auditor, instead we will use logger audit plugin.
No description provided.