Skip to content
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

Google Credential Manager support #1150

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kushalshit27
Copy link
Contributor

@kushalshit27 kushalshit27 commented Feb 11, 2025

🔧 Changes

Added Google Credential Manager support

resource "auth0_client" "my_native_client" {
  name        = "Application - natve"
  description = "Test Applications"
  app_type    = "native"

  mobile {
    android {
      app_package_name = "com.my.android.id"
    }
  }

  native_social_login {
    google {
      enabled = true
    }
  }
}

📚 References

https://auth0.com/docs/api/management/v2/clients/patch-clients-by-id

🔬 Testing

Test passed

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (32cef5c) to head (3b70ec8).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1150      +/-   ##
==========================================
+ Coverage   89.20%   89.22%   +0.01%     
==========================================
  Files         134      134              
  Lines       18329    18349      +20     
==========================================
+ Hits        16351    16371      +20     
  Misses       1399     1399              
  Partials      579      579              
Files with missing lines Coverage Δ
internal/auth0/client/expand.go 95.16% <100.00%> (+<0.01%) ⬆️
internal/auth0/client/flatten.go 94.10% <100.00%> (+0.04%) ⬆️
internal/auth0/client/resource.go 98.53% <100.00%> (+0.01%) ⬆️

@kushalshit27 kushalshit27 marked this pull request as ready for review February 11, 2025 09:26
@kushalshit27 kushalshit27 requested a review from a team as a code owner February 11, 2025 09:26
@kushalshit27 kushalshit27 marked this pull request as draft February 11, 2025 11:05
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.

3 participants