Skip to main content

Sso (Object)

Description

No description



Fields

NameDescription
allowSignUp - Boolean
authorizationUrl - String
buttonText - String
clientId - String
clientSecret - String
defaultRelayState - String
idpUrl - String
logoutUrl - String
name - String
provider - SsoProvider
scopes - [String!]
settingsUrl - String
signUpUrl - String
status - SsoStatus!
tokenUrl - String
type - SsoType!
userProfileUrl - String

type Sso {
allowSignUp: Boolean
authorizationUrl: String
buttonText: String
clientId: String
clientSecret: String
defaultRelayState: String
idpUrl: String
logoutUrl: String
name: String
provider: SsoProvider
scopes: [String!]
settingsUrl: String
signUpUrl: String
status: SsoStatus!
tokenUrl: String
type: SsoType!
userProfileUrl: String
}