File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -569,15 +569,10 @@ type
569569> The authorization scheme. This specification defines the values "oauth",
570570 " oauth2" , "oauthbearertoken" REQUIRED.
571571
572- spec_uri
572+ spec_urn
573573
574- > An HTTP-addressable URL pointing to the authentication scheme's
575- specification. OPTIONAL.
574+ > A spec URN specifing the protocol being used OPTIONAL.
576575
577- documentation_uri
578-
579- > An HTTP-addressable URL pointing to the authentication scheme's usage
580- documentation. OPTIONAL.
581576
582577The receiver will call the transmitter APIs by providing appropriate credentials as mentioned in the type.
583578
@@ -690,8 +685,7 @@ Content-Type: application/json
690685 [
691686 {
692687 " type " : " oauth2" ,
693- " spec_uri " : " https://datatracker.ietf.org/doc/html/rfc6749" ,
694- " documentations_uri " : " https://tr.example.com/oauth2-how-to"
688+ " spec_uri " : " urn:ietf:rfc:6749"
695689 }
696690 ]
697691 }
You can’t perform that action at this time.
0 commit comments