Skip to content

Commit 8a3f63c

Browse files
Update keycloak.md (#881)
Fixed typo
1 parent 68fe4af commit 8a3f63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-examples/keycloak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you use [JHipster](http://www.jhipster.tech/)'s default Keycloak Docker image
88
const config = {
99
issuer: 'http://localhost:9080/auth/realms/jhipster',
1010
clientId: 'web_app',
11-
redirectUrl: '<YOUR_REDIRECT_SCHEME>:/callback'
11+
redirectUrl: '<YOUR_REDIRECT_SCHEME>:/callback',
1212
scopes: ['openid', 'profile']
1313
};
1414

0 commit comments

Comments
 (0)