aaronpk / oauth-first-party-apps

https://datatracker.ietf.org/doc/html/draft-parecki-oauth-first-party-apps
Other
10 stars 8 forks source link

Add shelling out to the browser as a error code #30

Closed PieterKas closed 10 months ago

PieterKas commented 12 months ago

A question came up on how this would work. Demonstrating this scenario with the help of an example may be useful.

aaronpk commented 11 months ago

We should define a new response (in addition to authorization code and error) that tells the client to launch a browser flow instead https://aaronpk.github.io/oauth-first-party-native-apps/draft-parecki-oauth-first-party-native-apps.html#section-5.2

The response is defined as a PAR response https://datatracker.ietf.org/doc/html/rfc9126#section-2.2

aaronpk commented 10 months ago

Done in #38