Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password encoder doesnt work from Web Interface #8

Open
ifmolina opened this issue Nov 2, 2017 · 0 comments
Open

Password encoder doesnt work from Web Interface #8

ifmolina opened this issue Nov 2, 2017 · 0 comments

Comments

@ifmolina
Copy link

ifmolina commented Nov 2, 2017

Hi!

I have bcrypt encoder enabled for both, clients and users, at application.yml file and everything works correctly when I use the exposed API.

The problem I have is that the encoder is not being used from the web interface and client passwords are kept clear and not encrypted.

In the application.yml I have the following configuration:

crypto:
   password-encoder:
     clients:
       bcrypt:
         enabled: true
     users:
       bcrypt:
         enabled: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant