Update prepare template for Keycloak 24

This commit is contained in:
Joseph Garrone
2024-04-13 01:26:41 +02:00
parent 0796b3dedf
commit 138208bf82
6 changed files with 92 additions and 33 deletions

View File

@ -50,6 +50,7 @@ export declare namespace KcContext {
resourcesCommonPath: string;
loginRestartFlowUrl: string;
loginUrl: string;
ssoLoginInOtherTabsUrl: string;
};
realm: {
name: string;
@ -117,6 +118,11 @@ export declare namespace KcContext {
exists: (fieldName: string) => boolean;
};
properties: Record<string, string | undefined>;
authenticationSession?: {
authSessionId: string;
tabId: string;
ssoLoginInOtherTabsUrl: string;
};
};
export type SamlPostForm = Common & {