Skip to content

use oauth lib for oidc#1040

Merged
SaboniAmine merged 11 commits intomasterfrom
oidc_well_known
Feb 15, 2026
Merged

use oauth lib for oidc#1040
SaboniAmine merged 11 commits intomasterfrom
oidc_well_known

Conversation

@prmths128
Copy link
Contributor

@prmths128 prmths128 commented Jan 24, 2026

let the lib do the work instead of building requests and urls uses the well-known endpoint
fixes the urls only working on fief

Description

Please explain the changes you made here.

Related Issue

Please link to the issue this PR resolves: [issue #]

Motivation and Context

Why is this change required? What problem does it solve?

How Has This Been Tested?

Please describe in detail how you tested your changes.

Screenshots (if appropriate):

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@prmths128 prmths128 force-pushed the oidc_well_known branch 2 times, most recently from f1e51aa to 6719f27 Compare January 26, 2026 17:03
let the lib do the work instead of building requests and urls
uses the well-known endpoint
fixes the urls only working on fief
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.75%. Comparing base (cc62d32) to head (9c133a5).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1040      +/-   ##
==========================================
+ Coverage   68.73%   69.75%   +1.02%     
==========================================
  Files          41       42       +1     
  Lines        3873     3971      +98     
==========================================
+ Hits         2662     2770     +108     
+ Misses       1211     1201      -10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@prmths128 prmths128 force-pushed the oidc_well_known branch 4 times, most recently from e3cf41e to ca22940 Compare February 15, 2026 09:58
@prmths128 prmths128 marked this pull request as ready for review February 15, 2026 10:02
@prmths128 prmths128 requested a review from a team as a code owner February 15, 2026 10:02
prmths128 and others added 5 commits February 15, 2026 11:11
let the lib do the work instead of building requests and urls
uses the well-known endpoint
fixes the urls only working on fief
Copy link
Member

@SaboniAmine SaboniAmine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Finally it's working as expected, thanks Patrick & Iñigo!!

@SaboniAmine SaboniAmine merged commit c06daf5 into master Feb 15, 2026
13 checks passed
@SaboniAmine SaboniAmine deleted the oidc_well_known branch February 15, 2026 16:27
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