Skip to content

OpenSsoParamsType

OpenSsoParamsType = PrepareSsoParamsType & { openInSameWindow?: boolean; ssoPopupUrl?: string; }

Defined in: types/rpc/sso.ts:73

Params to start a SSO

optional openInSameWindow?: 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

optional ssoPopupUrl?: string

Custom SSO popup url if user want additionnal customisation