File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,15 @@ private static Config getPac4jConfig() {
169169}
170170```
171171
172- Other solution is to define all settings related to PAC4J in your ` application.properties ` ant to use ` SettingsConfigFactory ` class:
172+ Other solution is to define all settings related to PAC4J in your ` application.properties ` and to use ` SettingsConfigFactory ` class:
173173``` java
174174Config config = new SettingsConfigFactory (getPippoSettings()). build();
175175```
176176
177177On ` GET /login ` route is rendered the login form. The form contains fields like username and password, an a ` POST /login ` action.
178178
179- If you want to see a more complex example please see [ pippo-demo-pac4j] ({{ site.demourl }}/pippo-demo-basic) module.
180- A possible integration with LDAP/AP is presented [ here] ( https://groups.google.com/forum/#!topic/pac4j-users/uxXn-yPo4Rw ) .
179+ If you want to see a more complex example please see the [ pippo-demo-pac4j] ({{ site.demourl }}/pippo-demo-basic) module.
180+ A possible integration with LDAP/AP is presented [ here] ( https://groups.google.com/forum/#!topic/pac4j-users/uxXn-yPo4Rw ) .
181181
182182#### Cross-Site Request Forgery (CSRF) Protection
183183
You can’t perform that action at this time.
0 commit comments