Skip to content

Commit

Permalink
Update ehealthid-cli/src/main/java/com/oviva/ehealthid/cli/MTlsRefres…
Browse files Browse the repository at this point in the history
…hCommand.java

Co-authored-by: Thomas Richner <[email protected]>
  • Loading branch information
eduardOrthopy and thomasrichner-oviva authored Jun 12, 2024
1 parent e407373 commit 2d37ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MTlsRefreshCommand 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;

@CommandLine.Option(
Expand Down

0 comments on commit 2d37ea2

Please sign in to comment.