Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

support for form_post response mode for OAuth2 #9319

Closed
richvdh opened this issue Feb 4, 2021 · 0 comments · Fixed by #9376
Closed

support for form_post response mode for OAuth2 #9319

richvdh opened this issue Feb 4, 2021 · 0 comments · Fixed by #9376
Assignees
Labels
A-Social Login Login via external identity providers T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.

Comments

@richvdh
Copy link
Member

richvdh commented Feb 4, 2021

https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html defines a form_post response mode for returning Authorization Response parameters from the Authorization Endpoint. This mode is required by Apple when requesting non-default scopes (https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms), which we believe is required to enable FaceID/TouchID.

I think that supporting form_post is pretty trivial; we should do so.

@erikjohnston erikjohnston added the T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. label Feb 8, 2021
@richvdh richvdh added the A-Social Login Login via external identity providers label Feb 11, 2021
@richvdh richvdh self-assigned this Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Social Login Login via external identity providers T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants