bdemers commented on issue #506:
URL: 
https://github.com/apache/directory-scimple/issues/506#issuecomment-1908369751

   The SCIM endpoints are annotated, but you would need to configure your 
endpoint to serve the Swagger/OpenAPI metadata.
   
   Honestly, I'm not sure there is a lot of value in SCIMple providing this 
functionality at all (e.g. the annotations) the Swagger/OpenAPI response for 
the server are essentially fixed, all of the annotations could be replaced with 
a static OpenAPI file based on the SCIM rfcs.
   
   I'd love feedback on this topic (it's not something I'd want to just remove 
if folks find it useful)
   If it is useful, it may be possible to improve the support (possibly 
generate the spec from the SCIM metadata and remove the need for the Swagger 
annotations)
   
   Another reason for NOT supporting the Swagger endpoint out of the box, is 
that it would require a dependency on the Servlet Runtime (currently only 
Jakarta EE Core is required).
   
   All that said, adding the swagger endpoint to your SCIMple application 
should only require a couple extra steps:
   
https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-Jersey-2.X-Project-Setup-1.5
   
   
   


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

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

Reply via email to