Skip to content

Commit

Permalink
update keycloak realm endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 16, 2023
1 parent b8ebb91 commit 95c4c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/common/templates/README.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ micronaut:
client-secret: web_app
client-id: web_app
openid:
issuer: http://localhost:9080/auth/realms/jhipster
issuer: http://localhost:9080/realms/jhipster
login-uri: /oauth2/authorization{/provider}
callback-uri: /oauth2/callback{/provider}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ micronaut:
client-id: web_app
<%_ } _%>
openid:
issuer: http://localhost:9080/auth/realms/jhipster
issuer: http://localhost:9080/realms/jhipster
login-uri: /oauth2/authorization{/provider}
callback-uri: /oauth2/callback{/provider}
<%_ } _%>
Expand Down

0 comments on commit 95c4c8a

Please sign in to comment.