Skip to content

Commit

Permalink
Permit creation of _saml object for MultiSamlStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
innovatechs committed Mar 18, 2022
1 parent a9bccb1 commit e4fe1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passport-saml/multiSamlStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from "./types";

export class MultiSamlStrategy extends AbstractStrategy {
static readonly newSamlProviderOnConstruct = false;
static readonly newSamlProviderOnConstruct = true;
_options: SamlConfig & MultiSamlConfig;

constructor(options: MultiSamlConfig, verify: VerifyWithRequest);
Expand Down

0 comments on commit e4fe1fc

Please sign in to comment.