Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deprecate OOB auth flow in GooglePromptReceiver #2034

Merged
merged 1 commit into from Apr 8, 2022
Merged

Conversation

Neenu1995
Copy link
Contributor

@Neenu1995 Neenu1995 commented Apr 8, 2022

OAuth out-of-band (OOB) is a legacy flow developed to support native clients which do not have a redirect URI like web apps to accept the credentials after a user approves an OAuth consent request. The OOB flow poses a remote phishing risk and clients must migrate to an alternative method to protect against this vulnerability. New clients will be unable to use this flow starting on Feb 28, 2022.
More details.

@Neenu1995 Neenu1995 requested a review from a team as a code owner April 8, 2022 21:05
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Apr 8, 2022
@Neenu1995 Neenu1995 merged commit 334d8d6 into main Apr 8, 2022
@Neenu1995 Neenu1995 deleted the deprecate-oob branch April 8, 2022 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants