OBJECT

SsoConnection

Information on an SsoConnection

link GraphQL Schema definition

  • type SsoConnection {
  • # 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
  • }