SsoConnection
Information on an SsoConnection
Fields
allow_jit_provisioning   
·  Boolean     · Whether or not to allow Just-In-Time provisioning  for_user_type   
·  String     · The type of user this SSO is for (either patient or staff)  sign_in_url   
·  String     · The URL to take the user to to sign in via SSO  sign_out_url   
·  String     · The URL to take the user to to sign out via SSO  Used By
Definition
"""Information on an SsoConnection"""type SsoConnection {  """  Whether or not to allow Just-In-Time provisioning  """  allow_jit_provisioning: Boolean
  """  The type of user this SSO is for (either patient or staff)  """  for_user_type: String
  """  The unique identifier of the SSO connection  """  id: ID!
  """  The label to display on the sign in button  """  label: String
  """  The URL to take the user to to sign in via SSO  """  sign_in_url: String
  """  The URL to take the user to to sign out via SSO  """  sign_out_url: String}