hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

How to make an API as public even Authentication/Authorization handler existing? #118

Closed thanhlq closed 8 years ago

thanhlq commented 8 years ago

Hi,

In my app, there are some API I want to make them as public (i.e. not needed of authentication/authorization), there is a way for me to do this?

Note: Once AuthenticationHanlder/AuthorizationHandler registered all API always go through the authc/authz...

Thanks very much for your answer!

thanhlq commented 8 years ago

Duplicated with https://github.com/hstaudacher/osgi-jax-rs-connector/issues/95.