IdentityProvider
An identity provider configured for an organization.
type IdentityProvider implements Model {
active: Boolean
callbackURL: String
certificate: String
certificateExpiryDate: String
createdAt: String
dashboardLoginURL: String
displayName: String
entryPoint: String
firstSuccessfulLogin: String
id: Int
issuer: String
metadataXML: String
organizationId: Int
provider: String
secondaryCertificate: String
secondaryCertificateExpiryDate: String
signingCertificateExpiryDate: String
signingCertificatePublicKey: String
slug: String
updatedAt: String
}
Fields
IdentityProvider.active ● Boolean scalar common
Whether the identity provider is active.
IdentityProvider.callbackURL ● String scalar common
The callback URL for the identity provider.
IdentityProvider.certificate ● String scalar common
The primary signing certificate.
IdentityProvider.certificateExpiryDate ● String scalar common
The expiry date of the primary certificate.