Andrei Petrut

Results 17 issues of 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....

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...

question

Hi, I get the error below when trying to load admin.mydevurl.com. ![image](https://user-images.githubusercontent.com/13006228/220629773-9ca63c56-4b5f-4486-95d4-e016cd26e216.png) The health checks are passing except for the IdentityServer one (which was removed for now). ![image](https://user-images.githubusercontent.com/13006228/220630752-136db006-80ea-44c8-b048-96573a1905e1.png) The admin...

question

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....

question

I created a custom ProfileService that adds a list of tenants ids in the JWT token (see below): ![jwt_tenants](https://user-images.githubusercontent.com/13006228/212767515-e6abb2cf-8126-47bf-ad30-238fc3285a5f.png) 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...

question

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: ![skoruba_local_missing_tenants_view](https://user-images.githubusercontent.com/13006228/215352198-11392ef7-ea88-400c-b71b-18640d9710a2.jpg) 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 ![image](https://user-images.githubusercontent.com/13006228/219017135-9f3d3c1b-6bd2-49e5-9974-34ec3a866f4e.png)...

question