From d27eb4d1feafa9b22ebe513cc6e2549e292d0a9b Mon Sep 17 00:00:00 2001 From: Simone Lazier <80542022+SimoneLazier@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:27:10 +0100 Subject: [PATCH] Make generateAuthorizeRequestAsync protected --- src/saml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml.ts b/src/saml.ts index 49843b1b..c919c26f 100644 --- a/src/saml.ts +++ b/src/saml.ts @@ -223,7 +223,7 @@ class SAML { samlMessage.Signature = signer.sign(keyToPEM(this.options.privateKey), "base64"); } - private async generateAuthorizeRequestAsync( + protected async generateAuthorizeRequestAsync( isPassive: boolean, isHttpPostBinding: boolean, host: string | undefined