AccountSsoCreateRequest: {
    alias: string;
    callbackUrl: string;
    config: SsoConfigRequest;
    isEnabled: boolean;
    name: string;
    nameIdFormats?: string[];
    sloEndpoints?: Endpoint[];
    ssoEndpoints?: Endpoint[];
}

Type declaration

  • alias: string

    Alias from SSO configuration

  • callbackUrl: string

    Callback URL from SSO configuration

  • config: SsoConfigRequest
  • isEnabled: boolean

    Activation configuration

  • name: string

    Name from SSO configuration

  • OptionalnameIdFormats?: string[]

    SSO SAML Name id Formats

  • OptionalsloEndpoints?: Endpoint[]

    SSO SAML Single Logout On endpoints

  • OptionalssoEndpoints?: Endpoint[]

    SSO SAML Single Sign On endpoints