Update spring-security-adapter.adoc (#1231)

Add missing word
This commit is contained in:
dmprocha 2021-11-10 05:46:47 -03:00 committed by GitHub
parent 6ec35d7dd0
commit a62dfc5b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ You then have to provide some extra beans in your Spring Security configuration
Unlike the other Keycloak Adapters, you should not configure your security in web.xml.
However, keycloak.json is still required.
In order for Single Sign Out work properly you have to define a session listener.
In order for Single Sign Out to work properly you have to define a session listener.
.The session listener can be defined:
* in web.xml (for pure Spring Security environments):