Security Challenge Authentication Provider
ISecurityChallengeIdentityService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Represents a security challenge service which can provide identity
Events
Event | Type | Description |
---|---|---|
Authenticating | EventHandler<AuthenticatingEventArgs> | Fired prior to an authentication event |
Authenticated | EventHandler<AuthenticatedEventArgs> | Fired after an authentication decision being made |
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Authenticate | IPrincipal | String userName Guid challengeKey String response String tfaSecret | Authenticates the specified user with a challenge key and response |
Implementations
AdoSecurityChallengeProvider - (SanteDB.Persistence.Data.ADO)
Represents a callenge service which uses the ADO.NET tables
Service Registration
Example Implementation
References
Last updated