39otrebla opened a new issue, #575: URL: https://github.com/apache/directory-scimple/issues/575
I've successfully integrated this library in Spring Boot 3.2.4, and it works like a charm (so thank you). However, our SpringBoot application has to serve other HTTP endpoints besides SCIM ones, and we are having mainly two issues: 1. we implemented a test `@RestController` with a simple `@GetMapping("/test-endpoint")`, but calling this endpoint ends up invoking the SCIM server (which in turn does not find this path mapping and returns `404`). 2. it seems there's no way to configure a prefix for all SCIM endpoints (e.g. `/SCIM/**`. This makes it impossible to configure multiple `SecurityFilter(s)` based on the path prefix, which is required if the same SpringBoot application serves other resources -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org