From eb5dba15c25951dfbc0433e2a25cf5deb716a5f0 Mon Sep 17 00:00:00 2001 From: chaithrabk480 Date: Sun, 8 Mar 2026 18:19:34 +0530 Subject: [PATCH 1/2] Update org-saml-identities-filtered-by-nameid-username.graphql --- .../org-saml-identities-filtered-by-nameid-username.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql b/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql index 61749ebd8..e0d460c22 100644 --- a/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql +++ b/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql @@ -7,9 +7,9 @@ # Pagination shouldn't be needed since there shouldn't be multiple entries in the organization that have the same SAML `NameID` or SCIM `userName`. However, for more information on pagination. There is also an example of pagination in simple-pagination-example.graphql. query OrganizationIdentitiesBySAMLNameID { - organization(login: "") { + organization(login: "centurylink") { samlIdentityProvider { - externalIdentities(userName:"", first: 25) { + externalIdentities(userName:"chaithrabk152", first: 25) { edges { node { samlIdentity { From 1ef159522749571fc26920a382cae6d9d9cacb1b Mon Sep 17 00:00:00 2001 From: chaithrabk480 Date: Wed, 11 Mar 2026 00:12:57 +0530 Subject: [PATCH 2/2] Change organization login from 'centurylink' to 'centurylinkFederal' --- .../org-saml-identities-filtered-by-nameid-username.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql b/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql index e0d460c22..469e89759 100644 --- a/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql +++ b/graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql @@ -7,7 +7,7 @@ # Pagination shouldn't be needed since there shouldn't be multiple entries in the organization that have the same SAML `NameID` or SCIM `userName`. However, for more information on pagination. There is also an example of pagination in simple-pagination-example.graphql. query OrganizationIdentitiesBySAMLNameID { - organization(login: "centurylink") { + organization(login: "centurylinkFederal") { samlIdentityProvider { externalIdentities(userName:"chaithrabk152", first: 25) { edges {