owncloud / oauth2

🔐 Application for using OAuth 2.0 in ownCloud
GNU Affero General Public License v3.0
32 stars 24 forks source link

oauth2 can not go down next step #287

Closed Xipro closed 3 years ago

Xipro commented 3 years ago

After enabling oauth2 in owncloud, I log in with the latest desktop application, and then jump to the web page. After login authorization, the web page displays "the application has been successfully authorized". Now you can close this window. "

But the "next step" of my win application is still gray, there is no way to continue to go down.

michaelstingl commented 3 years ago

Looks like another issue we usually see with Apache modules missing.

If you want to use the OAuth2 app, then mod_headers must be installed and enabled.

You should really have a closer look at your server setup. Or does your proxy remove some headers from the requests?

Xipro commented 3 years ago

I really install the mod_headers in apache, and when not use proxy, the issue is steal appear.

Xipro commented 3 years ago

I fix my sever conf and thank you very much.