Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czetsuya committed Dec 22, 2019
1 parent 68003c3 commit 1a90f04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ SpringDoc URLs:
- Keycloak server 6.0.1
- https://github.com/czetsuya/keycloak-react

*In case you will be using Keycloak version greater than 7.0.0, the Keycloak team has introduced the notion of feature and uploading the json file has become one of them. Sadly, it is disabled by default. To enable realm, upload run Keycloak with the given parameter:

```
standalone.bat -Dkeycloak.profile.feature.upload_scripts=enabled
```

Here's the documentation: https://www.keycloak.org/docs/latest/server_installation/, look at the profiles section.

## Note:

- Make sure that you have the same Keycloak client credentials value for the 2 project ands Keycloak server.
Expand All @@ -29,4 +37,4 @@ Role=Admin, admin / admin

## References

- https://github.com/springdoc/springdoc-openapi-maven-plugin
- https://github.com/springdoc/springdoc-openapi-maven-plugin

0 comments on commit 1a90f04

Please sign in to comment.