Skip to content

Commit

Permalink
Merge pull request quarkusio#42498 from bulldog98/chore/improve-keycl…
Browse files Browse the repository at this point in the history
…oak-dev-services-documentation

Improve Oidc documentation of dev service
  • Loading branch information
sberyozkin committed Aug 14, 2024
2 parents 66429bd + 52742cb commit 35f4c4a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public class DevServicesConfig {
* A comma-separated list of class or file system paths to Keycloak realm files.
* This list is used to initialize Keycloak.
* The first value in this list is used to initialize default tenant connection properties.
* <p>
* To learn more about Keycloak realm files, consult the <a href="https://www.keycloak.org/server/importExport">Importing
* and Exporting Keycloak Realms documentation</a>.
*/
@ConfigItem
public Optional<List<String>> realmPath;
Expand Down

0 comments on commit 35f4c4a

Please sign in to comment.