Skip to content

Commit f4ca7c4

Browse files
Merge pull request #281 from WilliamDenniss/master
Updated references to the OAuth 2.0 for Native Apps BCP.
2 parents 8f0d899 + 849e408 commit f4ca7c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ raw protocol flows, convenience methods are available to assist with common
1616
tasks like performing an action with fresh tokens.
1717

1818
The library follows the best practices set out in
19-
[OAuth 2.0 for Native Apps](https://tools.ietf.org/html/draft-ietf-oauth-native-apps),
19+
[RFC 8252 - OAuth 2.0 for Native Apps](https://tools.ietf.org/html/rfc8252),
2020
including using
2121
[Custom Tabs](http://developer.android.com/tools/support-library/features.html#custom-tabs)
2222
for authorization requests. For this reason,
@@ -46,7 +46,7 @@ Both Custom URI Schemes (all supported versions of Android) and App Links (Andro
4646
be used with the library.
4747

4848
In general, AppAuth can work with any Authorization Server (AS) that supports
49-
[native apps](https://tools.ietf.org/html/draft-ietf-oauth-native-apps),
49+
native apps as documented in [RFC 8252](https://tools.ietf.org/html/rfc8252),
5050
either through custom URI scheme redirects, or App Links.
5151
AS's that assume all clients are web-based or require clients to maintain
5252
confidentiality of the client secrets may not work well.

library/java/net/openid/appauth/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* fresh tokens.
2525
*
2626
* <p>The library follows the best practices set out in
27-
* <a href="https://tools.ietf.org/html/draft-ietf-oauth-native-apps">OAuth 2.0 for Native Apps</a>
27+
* <a href="https://tools.ietf.org/html/rfc8252">RFC 8252 - OAuth 2.0 for Native Apps</a>
2828
* including using
2929
* <a href="http://developer.android.com/tools/support-library/features.html#custom-tabs">Custom
3030
* Tabs</a> for the auth request. For this reason, {@link android.webkit.WebView} is explicitly

0 commit comments

Comments
 (0)