You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using OAuth client with Nextclouds OAuth. Everything is working great.
But when starting OAuth out of an iFrame ( i embed my site as nextloud externel site) no state is giving after grant access to my site.
Authorization code is set but state is empty.
The text was updated successfully, but these errors were encountered:
Ray4R
changed the title
Auth fails in client due to empty oauth.state in redirectUri
Auth fails in client due to empty oauth.state in redirectUri when using iframe
Feb 22, 2022
Do your iframe load correctly? Some services will fail OAuth requests - when it was originated from within an iframe - for security reasons. The response headers/body should contain more info as to why they failed.
I faced this when trying to use Google OAuth inside an iframe.
i'm using OAuth client with Nextclouds OAuth. Everything is working great.
But when starting OAuth out of an iFrame ( i embed my site as nextloud externel site) no state is giving after grant access to my site.
Authorization code is set but state is empty.
https://...myserver/nextcloudlogin?state=&code=6a8Vk6cSEIhVcXZEcKBjGLWj4sIbmMhn...
Any help would be appreciated
The text was updated successfully, but these errors were encountered: