Skip to content

[PM-37260] Profile service improvements#7924

Open
ike-kottlowski wants to merge 3 commits into
mainfrom
auth/pm-37260/profile-service-improvements
Open

[PM-37260] Profile service improvements#7924
ike-kottlowski wants to merge 3 commits into
mainfrom
auth/pm-37260/profile-service-improvements

Conversation

@ike-kottlowski

@ike-kottlowski ike-kottlowski commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🎟️ Tracking

PM-37260

📔 Objective

Improve refresh token issuance though updates to the profile service.

@ike-kottlowski ike-kottlowski requested a review from a team as a code owner July 3, 2026 17:57
@ike-kottlowski ike-kottlowski requested a review from enmande July 3, 2026 17:57
@ike-kottlowski ike-kottlowski added the t:tech-debt Change Type - Tech debt label Jul 3, 2026
requestModel.UserAsymmetricKeys = TEST_ACCOUNT_KEYS;
var localFactory = new IdentityApplicationFactory();

var user = await localFactory.RegisterNewIdentityFactoryUserAsync(requestModel);
Comment on lines +65 to +70
new FormUrlEncodedContent(new Dictionary<string, string>
{
{ "grant_type", "refresh_token" },
{ "client_id", "web" },
{ "refresh_token", refreshToken },
}));
Comment on lines +108 to +113
new FormUrlEncodedContent(new Dictionary<string, string>
{
{ "grant_type", "refresh_token" },
{ "client_id", "web" },
{ "refresh_token", refreshToken },
}));
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.37%. Comparing base (5e773db) to head (23ccfa0).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7924      +/-   ##
==========================================
- Coverage   61.40%   61.37%   -0.04%     
==========================================
  Files        2227     2237      +10     
  Lines       98345    98569     +224     
  Branches     8894     8911      +17     
==========================================
+ Hits        60386    60492     +106     
- Misses      35822    35941     +119     
+ Partials     2137     2136       -1     

☔ View full report in Codecov by Harness.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t:tech-debt Change Type - Tech debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant