Object GitHub::OrganizationIdentityProvider

An Identity Provider configured to provision SAML and SCIM identities for Organizations

Fields

digestMethod: URI

The digest algorithm used to sign SAML requests for the Identity Provider.

externalIdentities(after: String, before: String, first: Int, last: Int): ExternalIdentityConnection!

External Identities provisioned by this Identity Provider

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

id: ID!

idpCertificate: X509Certificate

The x509 certificate used by the Identity Provder to sign assertions and responses.

issuer: String

The Issuer Entity ID for the SAML Identity Provider

organization: Organization

Organization this Identity Provider belongs to

signatureMethod: URI

The signature algorithm used to sign SAML requests for the Identity Provider.

ssoUrl: URI

The URL endpoint for the Identity Provider's SAML SSO.

Uses

Organization.samlIdentityProvider

Node