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

487 fork research login with m365 #371

Merged
merged 47 commits into from
Sep 27, 2023

Conversation

bjorvack
Copy link

Type

  • Feature

Pull request description

Allows the user to login using Microsoft Azure

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Attention: 190 lines in your changes are missing coverage. Please review.

Comparison is base (819eda9) 27.65% compared to head (609e18a) 27.21%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##              fork6     #371      +/-   ##
============================================
- Coverage     27.65%   27.21%   -0.44%     
- Complexity     2619     2655      +36     
============================================
  Files           403      413      +10     
  Lines         10452    10646     +194     
============================================
+ Hits           2890     2897       +7     
- Misses         7562     7749     +187     
Flag Coverage Δ
functional 0.00% <0.00%> (ø)
installer 27.15% <3.55%> (-0.44%) ⬇️
unit 0.05% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...d/Domain/UserGroup/UserGroupDataTransferObject.php 88.88% <ø> (ø)
...dules/OAuth/DependencyInjection/OAuthExtension.php 75.00% <75.00%> (ø)
...h/Domain/Settings/Command/UpdateModuleSettings.php 0.00% <0.00%> (ø)
src/Modules/Backend/Domain/UserGroup/UserGroup.php 55.38% <66.66%> (+1.14%) ⬆️
...les/OAuth/DependencyInjection/OAuthRouteLoader.php 0.00% <0.00%> (ø)
src/Modules/Backend/Controller/LoginController.php 0.00% <0.00%> (ø)
src/Modules/Backend/Domain/User/UserType.php 0.00% <0.00%> (ø)
src/Modules/OAuth/Installer/OAuthInstaller.php 0.00% <0.00%> (ø)
...Modules/Backend/Domain/UserGroup/UserGroupType.php 0.00% <0.00%> (ø)
...odules/OAuth/Domain/OAuth/AzureProviderFactory.php 0.00% <0.00%> (ø)
... and 5 more

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

src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/README.md Outdated Show resolved Hide resolved
src/Modules/OAuth/assets/installer/translations.xml Outdated Show resolved Hide resolved

#[Route('/private/oauth/connect/azure/check', name: 'connect_azure_check', schemes: ['https'])] // @phpstan-ignore-line
public function connectCheckAction(AzureAuthenticator $authenticator, Request $request)
{
Copy link
Member

Choose a reason for hiding this comment

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

Dit is leeg? If intended, zet mss een comment waarom

@@ -0,0 +1,3 @@
doctrine:
Copy link
Member

Choose a reason for hiding this comment

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

Is dat nodig als er niks inzit?

@tijsverkoyen tijsverkoyen merged commit fde10df into fork6 Sep 27, 2023
10 checks passed
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.

4 participants