auth0 / go-auth0

Go SDK for the Auth0 Management API.
https://auth0.com
MIT License
141 stars 55 forks source link

SSO v2 updates #457

Closed duedares-rvj closed 1 week ago

duedares-rvj commented 2 weeks ago

🔧 Changes

  1. POST /api/v2/self-service-profiles: Added new fields
  2. PUT /api/v2/self-service-profiles/{id}/custom-text/{language}/{page}: New endpoint introduced
  3. GET /api/v2/self-service-profiles/{id}/custom-text/{language}/{page}: New endpoint introduced
  4. POST /api/v2/self-service-profiles/{id}/sso-ticket: Added new fields
  5. POST /api/v2/self-service-profiles/{id}/sso-ticket/{id}/revoke: New endpoint introduced

📚 References

https://auth0.com/docs/api/management/v2/self-service-profiles/get-self-service-profiles

🔬 Testing

All relevant test cases for modified and newly introduced endpoints have been added.

📝 Checklist

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 97.05882% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.36%. Comparing base (1d32c21) to head (8fd2a07).

Files with missing lines Patch % Lines
management/self_service_profiles.go 85.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #457 +/- ## ========================================== + Coverage 95.34% 95.36% +0.01% ========================================== Files 52 52 Lines 10339 10433 +94 ========================================== + Hits 9858 9949 +91 - Misses 363 366 +3 Partials 118 118 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

w-kuhn commented 9 hours ago

What is the anticipated release date for these updates?