@@ -140,8 +140,13 @@ paths:
140140 description :
141141 The `oauth/tokens` endpoint is **DEPRECATED for REMOVAL**. It is _not_ recommended to
142142 implement this endpoint, unless you are fully aware of the potential security implications.
143+
143144 All clients are encouraged to explicitly set the configuration property `oauth2-server-uri`
144145 to the correct OAuth endpoint.
146+
147+ Deprecated since Iceberg (Java) 1.6.0. The endpoint and related types will be removed from
148+ this spec in Iceberg (Java) 1.7.0.
149+
145150 See [Security improvements in the Iceberg REST specification](https://github.com/apache/iceberg/issues/10537)
146151
147152
@@ -2932,8 +2937,8 @@ components:
29322937 OAuthClientCredentialsRequest :
29332938 deprecated : true
29342939 description :
2935- The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec.
2936-
2940+ The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this
2941+ spec, see description of the endpoint.
29372942
29382943
29392944 OAuth2 client credentials request
@@ -2972,7 +2977,8 @@ components:
29722977 OAuthTokenExchangeRequest :
29732978 deprecated : true
29742979 description :
2975- The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec.
2980+ The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this
2981+ spec, see description of the endpoint.
29762982
29772983
29782984 OAuth2 token exchange request
@@ -3007,7 +3013,8 @@ components:
30073013 OAuthTokenRequest :
30083014 deprecated : true
30093015 description :
3010- The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec.
3016+ The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this
3017+ spec, see description of the endpoint.
30113018 anyOf :
30123019 - $ref : ' #/components/schemas/OAuthClientCredentialsRequest'
30133020 - $ref : ' #/components/schemas/OAuthTokenExchangeRequest'
@@ -3164,7 +3171,8 @@ components:
31643171 OAuthError :
31653172 deprecated : true
31663173 description :
3167- The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec.
3174+ The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this
3175+ spec, see description of the endpoint.
31683176 type : object
31693177 required :
31703178 - error
@@ -3186,7 +3194,8 @@ components:
31863194 OAuthTokenResponse :
31873195 deprecated : true
31883196 description :
3189- The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec.
3197+ The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this
3198+ spec, see description of the endpoint.
31903199 type : object
31913200 required :
31923201 - access_token
0 commit comments