Description
WHAT Needs to be Documented?
How to authenticate via Basic Auth within the MS Teams integration if you don't want or have Azure AD.
@fschade please check if Steps 1-2 are correct instructions.
this need to be documented:
Step 1:
Add a header directive
Add a header directive to the Apache .htaccess configuration located in your ownCloud web root in section . You can set this directive also in your vHosts config if you use one.
Header merge Content-Security-Policy "frame-ancestors teams.microsoft.com *.teams.microsoft.com"
Step 2:
Allow cookies in all contexts
Allow Cookies to be set in all contexts, i.e in responses to both first-party and cross-origin requests.
config.php:
'http.cookie.samesite' => 'None'
WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/server/10.7/admin_manual/configuration/integration/ms-teams.html
WHY Should This Change Be Made?
To give users the chance to use the MS Teams integration even without Azure AD eg. in private setups.
(Optional) What Type Of Content Change Is This?
- New Content Addition
- Old Content Deprecation
- Existing Content Simplification
- Bug Fix to Existing Content
(Optional) Which Manual Does This Relate To?
- Admin Manual
- Developer Manual
- User Manual
- Android
- iOS
- Branded Clients
- Desktop Client
- Other