Skip to content

Commit

Permalink
Update KeyGeneratorCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardOrthopy authored Jun 12, 2024
1 parent 2d37ea2 commit abec8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class KeyGeneratorCommand implements Callable<Integer> {
@CommandLine.Option(
names = {"-i", "--iss", "--issuer-uri"},
description = "the issuer uri of the 'Fachdienst' identiy provider",
required = false)
required = true)
private URI issuerUri;

private static final Logger logger = LoggerFactory.getLogger(KeyGeneratorCommand.class);
Expand Down

0 comments on commit abec8e4

Please sign in to comment.