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

Forward JWT token auth to scheme based on issuer (#428) #717

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

VMelnalksnis
Copy link
Owner

Fixes #428

@VMelnalksnis VMelnalksnis added type:bug Something isn't working area:api labels Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Merging #717 (1c47253) into master (b461485) will increase coverage by 0.03%.
The diff coverage is 69.23%.

@@            Coverage Diff             @@
##           master     #717      +/-   ##
==========================================
+ Coverage   72.22%   72.26%   +0.03%     
==========================================
  Files         219      219              
  Lines        6301     6305       +4     
  Branches      411      412       +1     
==========================================
+ Hits         4551     4556       +5     
+ Misses       1582     1580       -2     
- Partials      168      169       +1     
Impacted Files Coverage Δ
...V1/Controllers/ExternalAuthenticationController.cs 55.81% <33.33%> (-2.73%) ⬇️
...omeshade.WebApi/Configuration/AuthConfiguration.cs 85.03% <80.00%> (+2.27%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@VMelnalksnis VMelnalksnis merged commit 1c47253 into master Mar 1, 2023
@VMelnalksnis VMelnalksnis deleted the auth-fix branch March 1, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebApi logs full of 'Failed to validate the token.' mesages
1 participant