Skip to content

Commit

Permalink
index spIdpMetadata additions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwise-va committed Jul 18, 2024
1 parent 75fcea2 commit 8c94de5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ export function processArgs() {
required: false,
string: true,
},
spIdpMetadata: {
description: "IdP SAML Metadata URL",
required: false,
string: true,
},
spAudience: {
description: "SP Audience URI / RP Realm",
required: false,
Expand Down Expand Up @@ -477,6 +482,11 @@ export function processArgs() {
required: false,
string: true,
},
spIdpMetadata: {
description: "IdP SAML Metadata URL",
required: false,
string: true,
},
spAudience: {
description: "SP Audience URI / RP Realm",
required: false,
Expand Down

0 comments on commit 8c94de5

Please sign in to comment.