IElevatableIdentityProviderService
IElevatableIdentityProviderService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Represents an identity provider that allows for elevation
Events
Event | Type | Description |
---|---|---|
OverrideRequested | EventHandler<SecurityOverrideEventArgs> | The caller has requested an override |
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
ElevatedAuthenticate | IPrincipal | String userName String password String tfaSecret String purpose String[] policies | Requests the currently established principal to be elevated |
Implementations
None
Example Implementation
References
Last updated