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

Add SSO integration tests #427

Merged
merged 4 commits into from
Aug 21, 2022
Merged

Add SSO integration tests #427

merged 4 commits into from
Aug 21, 2022

Conversation

VMelnalksnis
Copy link
Owner

@VMelnalksnis VMelnalksnis commented Aug 21, 2022

Resolves #113.

Changes proposed in this pull request:

@VMelnalksnis VMelnalksnis added type:enhancement New feature or request area:build Relating to deployment/releases area:api labels Aug 21, 2022
@codecov
Copy link

codecov bot commented Aug 21, 2022

Codecov Report

Merging #427 (25d87cc) into master (5620627) will increase coverage by 1.56%.
The diff coverage is 59.01%.

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
+ Coverage   64.54%   66.10%   +1.56%     
==========================================
  Files         258      259       +1     
  Lines        6836     6854      +18     
  Branches      532      533       +1     
==========================================
+ Hits         4412     4531     +119     
+ Misses       2262     2152     -110     
- Partials      162      171       +9     
Impacted Files Coverage Δ
...hade.Avalonia.Core/Authentication/SystemBrowser.cs 0.00% <0.00%> (ø)
...meshade.Avalonia.Core/Configuration/OidcOptions.cs 42.85% <0.00%> (-17.15%) ⬇️
...Gnomeshade.Avalonia.Core/Authentication/Browser.cs 61.81% <61.81%> (ø)
...omeshade.WebApi/Configuration/AuthConfiguration.cs 100.00% <100.00%> (+28.00%) ⬆️
...ource/Gnomeshade.WebApi.Client/GnomeshadeClient.cs 79.52% <0.00%> (+2.36%) ⬆️
...ebApi/V1_0/Authorization/ApplicationUserHandler.cs 86.95% <0.00%> (+8.69%) ⬆️
.../Gnomeshade.WebApi/HealthChecks/OidcHealthCheck.cs 55.55% <0.00%> (+22.22%) ⬆️
...Gnomeshade.WebApi.Client/TokenDelegatingHandler.cs 65.00% <0.00%> (+65.00%) ⬆️
...Authentication/ExternalAuthenticationController.cs 69.44% <0.00%> (+69.44%) ⬆️
... and 2 more

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api area:build Relating to deployment/releases type:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timeout for waiting for redirect after successful OIDC auth
1 participant