Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions githound.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down