Fix formatting
This commit is contained in:
parent
19217e0939
commit
bb4307478c
@ -41,10 +41,7 @@ builder.Services.AddSwaggerGen(options => {
|
|||||||
Implicit = new OpenApiOAuthFlow() {
|
Implicit = new OpenApiOAuthFlow() {
|
||||||
AuthorizationUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/authorize"),
|
AuthorizationUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/authorize"),
|
||||||
TokenUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/token"),
|
TokenUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/token"),
|
||||||
Scopes = new Dictionary<string, string>()
|
Scopes = new Dictionary<string, string>() { { "basket", "Basket API" } }
|
||||||
{
|
|
||||||
{ "basket", "Basket API" }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user