-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update links to current version of OAuth 2.1 #960
Conversation
OAuth 2.1 Draft version v2-1-01 has been expired.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @smhjamalii.
If you do a search in the project for "https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1", you will notice 15 references. Can you update all references please.
README.adoc
Outdated
@@ -20,7 +20,7 @@ The Spring Authorization Server project provides software support through the ht | |||
https://tanzu.vmware.com/spring-runtime[Commercial support], which offers an extended support period, is also available from VMware. | |||
|
|||
== Getting Started | |||
The first place to start is to read the https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-01[OAuth 2.1 Authorization Framework] to gain an in-depth understanding on how to build an Authorization Server. | |||
The first place to start is to read the https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-07.html[OAuth 2.1 Authorization Framework] to gain an in-depth understanding on how to build an Authorization Server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update to https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Thanks for the updates @smhjamalii. This is now merged. |
OAuth 2.1 Draft version v2-1-01 has been expired.