Hi CAS Community, 

Issue:
I'm currently facing a problem with encoding my passwords that are saved in 
a Oracle DataBase and they are crypted by SHA-1

This is my .yml configuration
cas:
authn:
accept:
enabled: false
jdbc:
query[0]:
driver-class: oracle.jdbc.driver.OracleDriver
field-password: {myPassword}
sql: {mySqlQuery}
url: {myUrl}
dialect: org.hibernate.dialect.Oracle12cDialect
user: {myUserName}
password: {myPassword}
ddl-auto: none
password-encoder:
encoding-algorithm: DEFAULT
type: SSHA

And with these setting once trying to log (localhost:8443/cas/)

I get information that: 
*[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Password 
does not match value on record.> *

And it's not a problem with connection to the database because if I update 
my password with a plain not crypted password and change my .yml file to 
use:
*encoding-algorithm: NONE*
*type: NONE*

I can login in correctly

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1b44d8ec-fd42-493a-83cc-19f728ecf2b4n%40apereo.org.

Reply via email to