Skip to content

Commit 65cee91

Browse files
committed
Typo
IntRef: JS-569
1 parent 8c327a7 commit 65cee91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2-oidc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Also provides a [OAuth2/OIDC server "is offline" fallback](./src/main/java/softw
2323
#### Requirements
2424

2525
* The OAuth2/OIDC Server should provide a [refresh token](https://datatracker.ietf.org/doc/html/rfc6749#section-1.5) (to recheck authentication).<br/>Usually this can be achieved with the [``offline_access`` scope](https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess) but it's highly dependent on the OIDC Provider.
26-
For example IdentityServer requires it, while KeyCloak must not use it at all (as the UI otherwise asks every time for a login) and requires a different setting.
26+
For example IdentityServer requires it, while KeyCloak must not use it at all (as the UI otherwise asks for a login every time) and requires a different setting.
2727

2828
#### Usage
2929

0 commit comments

Comments
 (0)