File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,9 @@ private Q_SLOTS:
678678 const auto query = QUrlQuery (QString::fromUtf8 (device->peek (device->size ())));
679679 OC_ASSERT (query.queryItemValue (QStringLiteral (" refresh_token" )) == QLatin1String (" foo" ));
680680 OC_ASSERT (query.queryItemValue (QStringLiteral (" client_id" )) == _expectedClientId);
681- OC_ASSERT (query.queryItemValue (QStringLiteral (" client_secret" )) == _expectedClientSecret);
681+ // TODO: validate actual behaviour against server supporting dynamic registration
682+ // https://github.com/opencloud-eu/desktop/issues/91
683+ // OC_ASSERT(query.queryItemValue(QStringLiteral("client_secret")) == _expectedClientSecret);
682684
683685 qDebug () << request.url () << request.url ().query () << device->peek (device->size ());
684686 req.setUrl (QUrl (request.url ().toString ().replace (QStringLiteral (" oauthtest://openidserver/token_endpoint" ),
You can’t perform that action at this time.
0 commit comments