Add custom saml-post-form
This commit is contained in:
parent
9cab36727e
commit
7a0edc1376
8 changed files with 97 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue