Brendan Way
Results
1
issues of
Brendan Way
We've come across an issue in the most recent release made in PR [#563](https://github.com/Finbuckle/Finbuckle.MultiTenant/pull/563): ```csharp if (dynamicTenantInfo != null) { options.Authority = HasPropertyWithValidValue(dynamicTenantInfo, nameof(dynamicTenantInfo.OpenIdConnectAuthority)) ? ((string)dynamicTenantInfo.OpenIdConnectAuthority).Replace(Constants.TenantToken, tc.Identifier) : string.Empty; options.ClientId...
bug
question