Skip to content

Commit

Permalink
feat: extend 'miw.security' properties
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Feb 9, 2024
1 parent b4bb9b7 commit e982919
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
@ConfigurationProperties("miw.security")
public record SecurityConfigProperties(Boolean enabled,
String clientId,
String realm,
String authServerUrl,
String authUrl,
String tokenUrl,
String refreshTokenUrl) {
}
}

0 comments on commit e982919

Please sign in to comment.