This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Custom salt jdbc-realmdlofthouse Mar 20, 2019 2:53 PM (in response to pmorales)At the moment no the salt must come from the query against the database although I think some alternative options to obtain the salt from the configuration could be worthwhile. Not sure which database you are using but it may be possible to define a SELECT which returns a constant value for one of the columns instead. Not quite configuration but removes the need for it to be stored in the table. 
- 
        2. Re: Custom salt jdbc-realmpmorales Mar 20, 2019 3:05 PM (in response to pmorales)I use oracle, in my database, the password is stored through the sha-1 method, for example, the password value (123123) is DQpVVhzNgapwtT7FoOlRsjU0w1g = , but in the main-query query another result is obtained, there is some way to customize the value of the password that it receives 
 
    