INPUT_OBJECT

ProviderOptionsParams

link GraphQL Schema definition

  • input ProviderOptionsParams {
  • baseDn: String
  • domain: String
  • # PEM of Root CA for secured connection is needed
  • rootCa: String
  • # URL of Identity Provider where the saml request is sent to
  • ssoUrl: String
  • # ID of Identity Provider
  • ssoIssuer: String
  • # PEM CA of the Identity Provider
  • caData: String
  • # Attribute entry name of the username, which is sent in the saml response
  • usernameAttr: String
  • # Attribute entry name of the user groups, which is sent in the saml response
  • groupsAttr: String
  • host: String
  • port: Int
  • bindDn: String
  • bindPw: String
  • userBaseDn: String
  • groupBaseDn: String
  • domainAppend: String
  • }