Add custom saml-post-form

This commit is contained in:
Oliver Traber 2023-02-20 22:50:54 +01:00
parent 9cab36727e
commit 7a0edc1376
Signed by: Bluemedia
GPG key ID: C0674B105057136C
8 changed files with 97 additions and 3 deletions

View file

@ -325,6 +325,16 @@ export declare namespace KcContextBase {
attributesByName: Record<string, Attribute>;
};
};
export type SAMLPostForm = Common & {
pageId: "saml-post-form.ftl"
samlPost: {
url: string;
SAMLRequest?: string;
SAMLResponse?: string;
relayState?: string;
}
};
}
export type Attribute = {