Session Authentication Provider
ISessionIdentityProviderService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Represents a session identity service that can provide identities
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Authenticate | IPrincipal | ISession session | Authenticate based on session |
GetIdentities | IIdentity[] | ISession session | Gets an un-authenticated principal from the specified session |
Implementations
ADO.NET Identity Provider - (SanteDB.Persistence.Data.ADO)
Identity provider service
Service Registration
Example Implementation
References
Last updated