Conversation
89f3b9e to
3a20eb7
Compare
Contributor
Author
|
Merging with admin to unblock a customer. |
Pull Request Test Coverage Report for Build 14663886363Details
💛 - Coveralls |
hf
pushed a commit
that referenced
this pull request
May 5, 2025
🤖 I have created a release *beep* *boop* --- ## [2.172.0](v2.171.0...v2.172.0) (2025-05-04) ### Features * fix large group claim handling in azure id tokens ([#1995](#1995)) ([2f323fe](2f323fe)) * use `global_user_id` over `sub` for `vercel_marketplace` issuer ([#1990](#1990)) ([f94f97e](f94f97e)) ### Bug Fixes * azure overage claims start with single `_` not two ([#1999](#1999)) ([29f3440](29f3440)) * remove azure claim overage code. ([#2005](#2005)) ([63dce14](63dce14)) * resolving azure overage claim should include `api-version=1.6` query parameter ([#2000](#2000)) ([44890d0](44890d0)) * upgrade godotenv to v1.5.1 to fix multiline file loading ([#1997](#1997)) ([f2af4b2](f2af4b2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
wdoppenberg
pushed a commit
to wdoppenberg/supabase-auth
that referenced
this pull request
Jun 5, 2025
…uery parameter (supabase#2000) As unfortunately documented almost nowhere, sending a request to the Microsoft Graph API requires a query parameter to specify an undocumented `api-version` with value `1.6`. Source: https://stackoverflow.com/questions/51085863/retrieve-group-claims-using-claim-sources-returns-the-specified-api-version-is
cemalkilic
pushed a commit
that referenced
this pull request
Aug 7, 2025
…uery parameter (#2000) As unfortunately documented almost nowhere, sending a request to the Microsoft Graph API requires a query parameter to specify an undocumented `api-version` with value `1.6`. Source: https://stackoverflow.com/questions/51085863/retrieve-group-claims-using-claim-sources-returns-the-specified-api-version-is
cemalkilic
pushed a commit
that referenced
this pull request
Aug 7, 2025
🤖 I have created a release *beep* *boop* --- ## [2.172.0](v2.171.0...v2.172.0) (2025-05-04) ### Features * fix large group claim handling in azure id tokens ([#1995](#1995)) ([2f323fe](2f323fe)) * use `global_user_id` over `sub` for `vercel_marketplace` issuer ([#1990](#1990)) ([f94f97e](f94f97e)) ### Bug Fixes * azure overage claims start with single `_` not two ([#1999](#1999)) ([29f3440](29f3440)) * remove azure claim overage code. ([#2005](#2005)) ([63dce14](63dce14)) * resolving azure overage claim should include `api-version=1.6` query parameter ([#2000](#2000)) ([44890d0](44890d0)) * upgrade godotenv to v1.5.1 to fix multiline file loading ([#1997](#1997)) ([f2af4b2](f2af4b2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fadymak
pushed a commit
that referenced
this pull request
Sep 30, 2025
…uery parameter (#2000) As unfortunately documented almost nowhere, sending a request to the Microsoft Graph API requires a query parameter to specify an undocumented `api-version` with value `1.6`. Source: https://stackoverflow.com/questions/51085863/retrieve-group-claims-using-claim-sources-returns-the-specified-api-version-is
fadymak
pushed a commit
that referenced
this pull request
Sep 30, 2025
🤖 I have created a release *beep* *boop* --- ## [2.172.0](v2.171.0...v2.172.0) (2025-05-04) ### Features * fix large group claim handling in azure id tokens ([#1995](#1995)) ([2f323fe](2f323fe)) * use `global_user_id` over `sub` for `vercel_marketplace` issuer ([#1990](#1990)) ([f94f97e](f94f97e)) ### Bug Fixes * azure overage claims start with single `_` not two ([#1999](#1999)) ([29f3440](29f3440)) * remove azure claim overage code. ([#2005](#2005)) ([63dce14](63dce14)) * resolving azure overage claim should include `api-version=1.6` query parameter ([#2000](#2000)) ([44890d0](44890d0)) * upgrade godotenv to v1.5.1 to fix multiline file loading ([#1997](#1997)) ([f2af4b2](f2af4b2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As unfortunately documented almost nowhere, sending a request to the Microsoft Graph API requires a query parameter to specify an undocumented
api-versionwith value1.6.Source: https://stackoverflow.com/questions/51085863/retrieve-group-claims-using-claim-sources-returns-the-specified-api-version-is