sso
This commit is contained in:
parent
029fe23657
commit
1876580d86
911 changed files with 160008 additions and 2 deletions
3
node_modules/passport-saml/lib/node-saml/saml-post-signing.d.ts
generated
vendored
Normal file
3
node_modules/passport-saml/lib/node-saml/saml-post-signing.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { SamlSigningOptions } from "./types";
|
||||
export declare function signSamlPost(samlMessage: string, xpath: string, options: SamlSigningOptions): string;
|
||||
export declare function signAuthnRequestPost(authnRequest: string, options: SamlSigningOptions): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue