Andrei Petrut
Andrei Petrut
Hi. I am using this template: // a table with rows and columns. Some rows contain nested tables as well. which works fine if the data exists in the model....
Using Model from another .csproj throws exception of type 'SharpDocx.SharpDocxCompilationException'
Hi @egonl , I am using SharpDocx v2.2.0 inside a .NET 6 console app and I am getting SharpDocxCompilationException when using a ViewModel containing a collection of objects residing in...
Hi, I am trying to read the root token in a secure way using ReadSecretAsync but without passing the root token in the IAuthMethod. ``` AuthMethodInfo authMethod = new TokenAuthMethodInfo("123456789");...
Hi, I have all three separate services deployed in K8S using Azure Gateway as the ingress controller and only the STS service is running correctly. If I try and go...
Hi, I get the error below when trying to load admin.mydevurl.com.  The health checks are passing except for the IdentityServer one (which was removed for now).  The admin...
Hi @skoruba , I have updated the identitydata.json and identityserverdata.json files with new roles and claims. However when running the app these changes are not being read from the files....
I created a custom ProfileService that adds a list of tenants ids in the JWT token (see below):  When I try to load the IdentityServer Admin page I get...
Hi @skoruba , Does the current version of your software send automatic emails when user passwords are about to expire (i.e. 1 week before) ? I am planning to implement...
HI @skoruba , I managed to run Admin UI locally using Docker-compose and I added one new UI called Tenants.cshtml. These are the errors I've got:  I have checked...
Hi @skoruba @albrookesplowman When running an angular app we want to redirect the angular app to the login page of skoruba solution. We are using Docker and it fails ...