-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature/192 attribute-based authnz and WOPI validator sample #193
base: master
Are you sure you want to change the base?
Conversation
PS: note that the markdown links do not currently work since they are absolute references to your github repo - I could try using relative links (not sure if that would work) |
hmm CodeFactor is failing due to javascript libraries - can you exclude those? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #193 +/- ##
==========================================
+ Coverage 46.04% 46.25% +0.21%
==========================================
Files 50 48 -2
Lines 1101 1096 -5
Branches 114 111 -3
==========================================
Hits 507 507
+ Misses 555 548 -7
- Partials 39 41 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@dviry It's gonna take me some time to go through all the changes. Looking at my calendar, I think I should be able to review it during the weekend. |
…WopiHost into feature/192-authnz-sample
Motivation
Which issue does this fix? Fixes #192
NOTE: IMO we should also rethink the authentication - as the custom scheme might not be needed in some integration (e.g. when running in Azure I already have a AAD Jwt token that I could simply re-use and would be way more secure) - but more on that on a separate ticket.