Iouri Bespalov
Results
1
comments of
Iouri Bespalov
you have a bug in public static class RequestExtensions public static Uri GetBaseResourceIdentifier(this HttpContext context) line string resourceIdentifier = new Uri(context.Request.Path.Value).AbsoluteUri; throw exception, because context.Request.Path.Value = /scim/Users and not https://{host[:{port}/scim/Users...