michelbieleveld
michelbieleveld
I will likely implement a work around, but just adding that I have the same need. An example use case is for an integration test for a password reset function....
Having the same problem using 5.0.0-beta.11, I have both AUTH_URL and NEXT_PUBLIC_APP_URL due to running behind a proxy, using the standard base path. How would I solve this ? `...
If I forget about conventional routing which I can't get to work, but fix the path like ```c# [HttpGet("/Users({key})/CalendarGroups")] [HttpGet("/Users/{key}/CalendarGroups")] [EnableQuery] public IQueryable GetCalendarGroupsFromUser(string key) { //Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention //Microsoft.AspNetCore.OData.Routing.ODataRoutingMatcherPolicy //Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler //Microsoft.OData.Evaluation.ODataConventionalUriBuilder.BuildEntitySetUri(...
Not sure never used this tool was just checking it out, but normally *.home.arpa does not cover home.arpa, you would need to specify both in the request. Again not sure...
Yes, supported like this `minica --domains '*.foo.com,foo.com' `
Pinging @ralpha as well ;-) would love to see to get the merged.
Ok, the disadvantages I mentioned earlier in previous edits are no longer in play and code is much cleaner. Realized I could just use the helper method but needed the...