We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fe4af commit 8a3f63cCopy full SHA for 8a3f63c
docs/config-examples/keycloak.md
@@ -8,7 +8,7 @@ If you use [JHipster](http://www.jhipster.tech/)'s default Keycloak Docker image
8
const config = {
9
issuer: 'http://localhost:9080/auth/realms/jhipster',
10
clientId: 'web_app',
11
- redirectUrl: '<YOUR_REDIRECT_SCHEME>:/callback'
+ redirectUrl: '<YOUR_REDIRECT_SCHEME>:/callback',
12
scopes: ['openid', 'profile']
13
};
14
0 commit comments