Skip to content

fix(auth): Support for verifying tenant ID tokens in FirebaseAuth #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 31, 2020

Conversation

hiranya911
Copy link
Contributor

Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hiranya911 hiranya911 merged commit 9c2b566 into tenant-mgt Aug 31, 2020
@hiranya911 hiranya911 deleted the hkj-tenant-jwt branch August 31, 2020 21:11
hiranya911 added a commit that referenced this pull request Sep 8, 2020
* feat(auth): Added TenantManager, Tenant and GetTenantAsync APIs (#222)

* feat(auth): Added CreateTenantAsync() and UpdateTenantAsync() APIs (#223)

* chore: Introducing FirebaseAdmin.Auth.Jwt namespace for internal APIs (#226)

* chore: Introducing FirebaseAdmin.Auth.Jwt namespace for internal APIs

* chore: Moving IPublicKeySource and related classes to Jwt

* feat(auth): Added ListTenantsAsync() and DeleteTenantAsync() APIs (#225)

* feat(auth): Added ListTenantsAsync() and DeleteTenantAsync() APIs

* fix: Added newline at eof

* feat(auth): Added TenantAwareFirebaseAuth class (#227)

* feat(auth): Added support for creating tenant-scoped custom tokens (#228)

* feat(auth): Added support for creating tenant-scoped custom tokens

* fix: Cleaned up the test code

* feat(auth): Support for tenant-aware user management (#229)

* feat(auth): Support for tenant-aware user management

* fix: Cleaned up the unit tests

* fix: Removed duplicated line

* feat(auth): Adding tenant-aware token verification support (#230)

* feat(auth): Adding tenant-aware token verification support

* feat(auth): Moved ID token verify methods to AbstractFirebaseAuth

* fix: Cleaned up the unit tests TestConfig API

* chore: FirebaseAuth unit test refactor (#231)

* chore: Refactoring the test abstraction for Auth

* fix: Further cleaned up the AuthTestConfig API

* fix: Refactored auth tests with composition of AuthBuilder and MockTokenBuilder

* fix: Added some comments; Other readability improvements

* fix: Removing redundant else block

* feat(auth): Support for verifying tenant-scoped session cookies (#232)

* feat(auth): Implemented support for verifying tenant-scoped session cookies

* fix: Removing unused test util method

* feat(auth): Support for creating tenant-scoped session cookies (#233)

* feat(auth): Support for creating tenant-scoped session cookies

* fix: Using inheritdoc on the overridden method

* feat(auth): Tenant-aware provider config management (#234)

* chore: Added FirebaseAdmin.Auth.Users namespace (#235)

* chore: More unit tests (#236)

* chore: Increased unit test coverage for Auth APIs

* chore: More unit tests

* fix(auth): Removing tenant-aware session cookie APIs (#237)

* chore: Adding integration tests for multi-tenancy support (#238)

* chore: Added integration tests for multi-tenancy APIs

* fix: Refactored TenantFixture to handle init all test resources

* chore: Cleaning up Auth integration tests (#239)

* chore: Cleaning up Auth integration tests

* fix: Added newline at the eof

* chore: Added tenant-aware integ tests for IdP config management (#240)

* chore: Added tenant-aware integ tests for IdP config management

* chore: Cleaned up the test fixtures

* chore: Split long user lifecycle test into multiple test cases (#241)

* fix(auth): Reusing ListResourcesRequest util in all pagination APIs (#242)

* fix(auth): Reusing ListResourcesRequest for ListUsers API

* fix(auth): Using ListResourcesRequest in other list APIs

* fix: Enabling AsyncUsageAnalyzers and fixing violations (#243)

* fix: Enabling AsyncUsageAnalyzers and fixing violations

* fix: Removed experimental changes

* fix(auth): Support for verifying tenant ID tokens in FirebaseAuth (#244)

* fix: Enabling AsyncUsageAnalyzers and fixing violations

* fix: Removed experimental changes

* fix(auth): Support for verifying tenant ID tokens in FirebaseAuth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants