Add microsoft oauth2 providers #16544
Merged
+2,132
−260
Conversation
Signed-off-by: Andrew Thornton <[email protected]>
Signed-off-by: Andrew Thornton <[email protected]>
dd7497e
to
a1058ae
Codecov Report
@@ Coverage Diff @@
## main #16544 +/- ##
==========================================
+ Coverage 45.37% 45.39% +0.02%
==========================================
Files 750 756 +6
Lines 85115 85247 +132
==========================================
+ Hits 38622 38700 +78
- Misses 40244 40283 +39
- Partials 6249 6264 +15
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Users commonly want to be able to use their AzureAD or MicrosoftOnline accounts with Gitea.
This PR adds the goth.Providers for Azure and microsoft online.
Fix #6866
Fix #12073