-
Notifications
You must be signed in to change notification settings - Fork 153
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
feat(oidc): return defined error when discovery failed #653
feat(oidc): return defined error when discovery failed #653
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
==========================================
+ Coverage 60.06% 62.09% +2.03%
==========================================
Files 80 81 +1
Lines 6998 6218 -780
==========================================
- Hits 4203 3861 -342
+ Misses 2498 2047 -451
- Partials 297 310 +13 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
5447405
to
81c89c3
Compare
@muhlemmer |
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
🎉 This PR is included in version 3.30.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR adds a specific error to handle discovery failures.
It allows proper error handling when the issuer URL is invalid or the configuration is missing.
Thank you.
Definition of Ready