Skip to content

Commit

Permalink
Merge pull request quarkusio#34612 from sberyozkin/devservices_for_ke…
Browse files Browse the repository at this point in the history
…ycloak_refresh_token

DevServices for Keycloak should support refresh token grant
  • Loading branch information
sberyozkin committed Jul 7, 2023
2 parents 04211eb + 4462124 commit f21a955
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ private RealmRepresentation createDefaultRealmRep() {
realm.setClients(new ArrayList<>());
realm.setAccessTokenLifespan(600);
realm.setSsoSessionMaxLifespan(600);
realm.setRefreshTokenMaxReuse(10);

RolesRepresentation roles = new RolesRepresentation();
List<RoleRepresentation> realmRoles = new ArrayList<>();
Expand Down

0 comments on commit f21a955

Please sign in to comment.