privacyidea / privacyidea-owncloud-app

Add enterprise grade two factor authentication to ownCloud using privacyIDEA
GNU Affero General Public License v3.0
6 stars 6 forks source link

Update TwoFactorPrivacyIDEAProvider.php #94

Closed lukasmatusiewicz closed 1 year ago

lukasmatusiewicz commented 1 year ago

send the request parameters using form_params option instead of body. This option sends a "application/x-www-form-urlencoded" request, which is required by the new guzzle (HTTP-Client) version which OC-v10.11 use.

closing #93

nilsbehlen commented 1 year ago

does this work on owncloud versions <10.11?

lukasmatusiewicz commented 1 year ago

I test it. Be patient bro:)