AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Supporting App2App OAuth Flows

Open fabian-hk opened this issue 4 years ago • 1 comments

This pull request introduces the method secureRedirection(@NonNull Context context, @NonNull Uri uri) to securely redirect a user from one app to another. The usage of the method is described here and the mechanics behind it are described in the Improving OAuth App-to-App Security blog post.

The code is contributed by the yes.com AG that signed the Working Group Contribution Agreement.

fabian-hk avatar Nov 27 '20 09:11 fabian-hk

gh pr checkout 622

reauthorizing avatar Feb 28 '22 10:02 reauthorizing