We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0129460 commit 19b04b6Copy full SHA for 19b04b6
1 file changed
Applications/Backend/Source/HttpsRichardy.Federation.WebApi/Extensions/OpenApiExtension.cs
@@ -27,7 +27,7 @@ public static void AddOpenApiSpecification(this IServiceCollection services)
27
Type = SecuritySchemeType.ApiKey,
28
Name = Headers.Realm,
29
In = ParameterLocation.Header,
30
- Description = "Realm identifier used to determine the current realm context for the request"
+ Description = "Realm name used to determine the current realm context for the request"
31
};
32
33
document.Components.SecuritySchemes[SecuritySchemes.OAuth2] = new OpenApiSecurityScheme
0 commit comments