Grammar fixes for KEYCLOAK-10043
This commit is contained in:
parent
3eb4e36667
commit
f864bc7ca7
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Once instantiated, install the middleware into your connect-capable app:
|
||||||
==== Checking Authentication
|
==== Checking Authentication
|
||||||
|
|
||||||
To check that a user is authenticated before accessing a resource,
|
To check that a user is authenticated before accessing a resource,
|
||||||
simply use `keycloak.checkSso()`. It will only authenticate if the user is already logged-in, if the user is not logged-in the browser will be redirected back to the originally-requested URL and remain unauthenticated:
|
simply use `keycloak.checkSso()`. It will only authenticate if the user is already logged-in. If the user is not logged-in, the browser will be redirected back to the originally-requested URL and remain unauthenticated:
|
||||||
|
|
||||||
[source,javascript]
|
[source,javascript]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue