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 trying to use System Browser for OAuth with an Auth-Code flow, but I'm not able to get this running.
The redirect from the browser reaches Bruno, but then it complains No access token received from authorization server. This is understandable, because the callback is bruno://app/oauth2/callback?code=myauthcode. No token, just the code.
If I change the type to implicit, the access-token makes it successfully back to Bruno. Unfortunately I need the id-token, so implicit is not sufficient.
My initial conclusion was that System Browser is only supported for implicit flow, but the docs talk right at the beginning about Authentication Code Authorization.
So I wonder, am I missing something? Can someone clarify when System Browser is supposed to be working, when not.
Thank you very much!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to use System Browser for OAuth with an Auth-Code flow, but I'm not able to get this running.
The redirect from the browser reaches Bruno, but then it complains
No access token received from authorization server. This is understandable, because the callback isbruno://app/oauth2/callback?code=myauthcode. No token, just the code.If I change the type to implicit, the access-token makes it successfully back to Bruno. Unfortunately I need the id-token, so implicit is not sufficient.
My initial conclusion was that System Browser is only supported for implicit flow, but the docs talk right at the beginning about Authentication Code Authorization.
So I wonder, am I missing something? Can someone clarify when System Browser is supposed to be working, when not.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions