ory / fosite

Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.

Home Page:https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=fosite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support 'Web Message' Response Ty;e

matty234 opened this issue · comments

Preflight checklist

Describe your problem

The web message response type is used by commercial OAuth2 services (such as Auth0) to support token retrieval without requiring the browsing context to change.

Describe your ideal solution

The ideal solution would be for HTML containing the WebMessage script (with a specific origin matching the redirect URL) to be returned when the response_type is set to web_message.

The approach could be restricted to only public clients using PKCE to prevent misuse?

Workarounds or alternatives

Version

v0.42.1

Additional Context

No response

Please see #658 (review)