You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from version 6.0.0 has UseSwaggerForOcelotUI method new overload with Action<SwaggerUIOptions> setupUiAction = null parameter.
app.UseSwaggerForOcelotUI(opt =>{opt.DownstreamSwaggerHeaders=new[]{newKeyValuePair<string,string>("Key","Value"),newKeyValuePair<string,string>("Key2","Value2"),};}, c =>{c.OAuthConfigObject ...});
Hello
On version 5.2.0 there was possibility to set OAuthClientId
Option is no more available in the version 6.
The text was updated successfully, but these errors were encountered: