Skip to content

Commit

Permalink
Fix WithTenantID("adfs") regression (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored and 4gust committed Nov 11, 2024
1 parent 85fb58f commit afc4178
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/internal/oauth/ops/authority/authority.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ func NewInfoFromAuthorityURI(authority string, validateAuthority bool, instanceD
}
authorityType = DSTS
tenant = DSTSTenant
default:
authorityType = AAD
tenant = pathParts[1]
}

// u.Host includes the port, if any, which is required for private cloud deployments
Expand Down

0 comments on commit afc4178

Please sign in to comment.