diff --git a/githound.ps1 b/githound.ps1 index 7ba1ad6..bcd56d0 100644 --- a/githound.ps1 +++ b/githound.ps1 @@ -1386,8 +1386,7 @@ query SAML($login: String!, $count: Int = 100, $after: String = null) { } } } - 'https://login.microsoftonline.com/*' { - # This is to catch the Entra SSO cases, I just currently don't have an example of the issuer string + {$_ -like 'https://login.microsoftonline.com/*' -or $_ -like 'https://sts.windows.net/*'} { foreach($identity in $result.data.organization.samlIdentityProvider.externalIdentities.nodes) { foreach($attribute in $identity.samlIdentity.attributes)