-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth): enables OIDC auth code flow (#299)
* Enable OIDC auth code flow * Changes requested by hiranya911 * More changes requested by hiranya911 * Update FirebaseAdmin/FirebaseAdmin.Tests/Auth/Providers/OidcProviderConfigTest.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin.Tests/Auth/Providers/OidcProviderConfigTest.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin.Tests/Auth/Providers/OidcProviderConfigTest.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin.Tests/Auth/Providers/OidcProviderConfigTest.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfig.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfigArgs.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfigArgs.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfigArgs.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfigArgs.cs Co-authored-by: Kevin Cheung <[email protected]> * Update FirebaseAdmin/FirebaseAdmin/Auth/Providers/OidcProviderConfigArgs.cs Co-authored-by: Kevin Cheung <[email protected]> * Fixing tests * Fixing tests Co-authored-by: Kevin Cheung <[email protected]>
- Loading branch information
1 parent
d422935
commit d3a290a
Showing
5 changed files
with
173 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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