Skip to content

Commit

Permalink
Add allowCreate property to ServiceProviderSettings type (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored May 13, 2020
1 parent ac018ca commit 419c499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export type ServiceProviderSettings = {
encryptCert?: string | Buffer;
transformationAlgorithms?: string[];
nameIDFormat?: string[];
allowCreate?: boolean;
// will be deprecated soon
relayState?: string;
// https://github.com/tngan/samlify/issues/337
Expand Down

0 comments on commit 419c499

Please sign in to comment.