diff --git a/vocabularies/Org.OData.Authorization.V1.json b/vocabularies/Org.OData.Authorization.V1.json
index b930daea..6e042d3a 100644
--- a/vocabularies/Org.OData.Authorization.V1.json
+++ b/vocabularies/Org.OData.Authorization.V1.json
@@ -113,6 +113,7 @@
"OAuth2Implicit": {
"$Kind": "ComplexType",
"$BaseType": "Authorization.OAuthAuthorization",
+ "@Core.Description": "Security note: OAuth2 implicit grant is considered to be not secure and should not be used by clients, see [OAuth 2.0 Security Best Current Practice](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics.html#name-implicit-grant).",
"AuthorizationUrl": {
"@Core.Description": "Authorization URL",
"@Core.IsURL": true
diff --git a/vocabularies/Org.OData.Authorization.V1.md b/vocabularies/Org.OData.Authorization.V1.md
index 23ce749d..c2eb1090 100644
--- a/vocabularies/Org.OData.Authorization.V1.md
+++ b/vocabularies/Org.OData.Authorization.V1.md
@@ -91,7 +91,7 @@ Property|Type|Description
## [OAuth2Implicit](./Org.OData.Authorization.V1.xml#L125:~:text=
-## [OAuth2Password](./Org.OData.Authorization.V1.xml#L132:~:text=
-## [OAuth2AuthCode](./Org.OData.Authorization.V1.xml#L139:~:text=
-## [AuthorizationScope](./Org.OData.Authorization.V1.xml#L150:~:text=
-## [ApiKey](./Org.OData.Authorization.V1.xml#L163:~:text=
-## [KeyLocation](./Org.OData.Authorization.V1.xml#L172:~:text=
-## [SchemeName](./Org.OData.Authorization.V1.xml#L184:~:text=
+