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

SSO v2 updates #457

Merged
merged 12 commits into from
Nov 15, 2024
Merged

SSO v2 updates #457

merged 12 commits into from
Nov 15, 2024

Conversation

duedares-rvj
Copy link
Contributor

@duedares-rvj duedares-rvj commented Nov 3, 2024

🔧 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

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

@duedares-rvj duedares-rvj requested a review from a team as a code owner November 3, 2024 11:30
@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2024

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 ⚠️
Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@duedares-rvj duedares-rvj merged commit aeec572 into main Nov 15, 2024
7 checks passed
@duedares-rvj duedares-rvj deleted the sso_v2 branch November 15, 2024 17:34
@w-kuhn
Copy link

w-kuhn commented Nov 22, 2024

What is the anticipated release date for these updates?

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.

5 participants