AnamikaDe8
AnamikaDe8
Thanks @alex-kulakov For the reply. Please see below the findings The Types screenshot given below Session.Domain.Types Instance post adding the custom class which implements IAuthenticationService  Session.Services  The Session.Authenticate...
Hi, We tried public void InitializeSecurity(this Domain domain) { var secConfiguration = new SecurityConfiguration() { HashingServiceName = "servicestack", AuthenticationServiceName = "servicestack" }; domain.Extensions.Set(secConfiguration); } But it seems the hashingservice and...
hi @alex-kulakov , We have successfully implemented the ORM.Config loading of configuration.Please note, an explicit set in extension is required for the loading. Earlier we loaded the Auth and Hash...