Skip to content

Commit 3f75b23

Browse files
committed
Spelling
1 parent 0759a58 commit 3f75b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2015-03-17-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
174174
Config config = new SettingsConfigFactory(getPippoSettings()).build();
175175
```
176176

177177
On `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

0 commit comments

Comments
 (0)