Skip to content

Commit 19b04b6

Browse files
this commit updates description for realm security scheme in open-api extension
1 parent 0129460 commit 19b04b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Applications/Backend/Source/HttpsRichardy.Federation.WebApi/Extensions/OpenApiExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static void AddOpenApiSpecification(this IServiceCollection services)
2727
Type = SecuritySchemeType.ApiKey,
2828
Name = Headers.Realm,
2929
In = ParameterLocation.Header,
30-
Description = "Realm identifier used to determine the current realm context for the request"
30+
Description = "Realm name used to determine the current realm context for the request"
3131
};
3232

3333
document.Components.SecuritySchemes[SecuritySchemes.OAuth2] = new OpenApiSecurityScheme

0 commit comments

Comments
 (0)