Skip to content

Commit 547aa7b

Browse files
authored
Update enterprise-member-saml-linked-identities.graphql
1 parent c84754f commit 547aa7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql/queries/enterprise-member-saml-linked-identities.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# For GitHub Enterprise Cloud enterprises that have SAML configured at the enterprise level, this query will print a list of the first 100 SAML identities (specifically the `nameId` attribute value) in the enterprise and the linked GitHub username (if the SAML identity is linked).
2+
# An email address often gets used for the SAML `nameId` value, but this is not always the case.
3+
# If the Identity Provider has sent an `emails` attribute/value in a previous SAML response for enterprise member(s), it also possible to add the `emails` attribute in the `samlIdentity` section right below `nameID` and query for this SAML identity attribute value as well.
24

35
query listSSOUserIdentities ($enterpriseName:String!) {
46
enterprise(slug: $enterpriseName) {

0 commit comments

Comments
 (0)