OpenSsoParamsType
Ce contenu n’est pas encore disponible dans votre langue.
OpenSsoParamsType =
PrepareSsoParamsType& {openInSameWindow?:boolean;ssoPopupUrl?:string; }
Defined in: types/rpc/sso.ts:73
Params to start a SSO
Type Declaration
Section titled “Type Declaration”openInSameWindow?
Section titled “openInSameWindow?”
optionalopenInSameWindow?:boolean
Indicate whether we want todo the flow within the same window context, or if we want to do it with an external popup window openned Note: Default true if redirectUrl is present, otherwise, false
ssoPopupUrl?
Section titled “ssoPopupUrl?”
optionalssoPopupUrl?:string
Custom SSO popup url if user want additionnal customisation