Add infos about the plugin that defines authorizedMailDomains

This commit is contained in:
garronej
2021-04-29 19:00:38 +02:00
parent d73cfb8765
commit 45a2015597

View File

@ -124,6 +124,10 @@ export declare namespace KcContext {
passwordRequired: boolean;
recaptchaRequired: boolean;
recaptchaSiteKey?: string;
/**
* Defined when you use the keycloak-mail-whitelisting keycloak plugin
* (https://github.com/micedre/keycloak-mail-whitelisting)
*/
authorizedMailDomains?: string[];
};