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

How to add jdbcAuthentication in Spittr Web Security #10

Open
hmeftah opened this issue Jul 5, 2016 · 0 comments
Open

How to add jdbcAuthentication in Spittr Web Security #10

hmeftah opened this issue Jul 5, 2016 · 0 comments

Comments

@hmeftah
Copy link

hmeftah commented Jul 5, 2016

Spittr Web Security in Chapiter seems to be not flexible enough to handle a jdbc Authentication
as following
protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth .jdbcAuthentication() .dataSource(dataSource) .usersByUsernameQuery( "select username, password " + "from splitter where username=?") .authoritiesByUsernameQuery("select username, 'ROLE_USER' from Spitter where username=?"); }

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