Skip to content

Commit

Permalink
DevServices for Keycloak should support refresh token grant
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Jul 7, 2023
1 parent 6067699 commit 4462124
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 4462124

Please sign in to comment.