Hi,
When the browser is redirected to the SSO server for authentication of my
jax-rs api, the url contains a duplicate of the client_id query parameter
as shown below:
https://sso.foobar.com/login.jsp?client_id=chickenfoo&client_id=chickenfoo&redirect_uri=https%3A%2F%2Fapi.foobar.com%2Fv1%2Fsearc
Hi,
In my jboss server boot logs, I keep seeing the following warning:
00:07:13,618 WARNING [org.jboss.resteasy.plugins.providers.RegisterBuiltin]
(ServerService Thread Pool -- 60) NoClassDefFoundError: Unable to load
builtin provider: org.jboss.resteasy.security.smime.MultipartSignedReader
I do
Hi,
In my server logs, I keep seeing the following warning:
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full sta
Hi,
I am using Resteasy 3.0-beta5 Skeleton Key in my project. I have setup the
whole thing...SSL certs, skeleton key config and so on. I am using
the OAuthManagedResourceValve to secure a jax-rs API. After authentication
from the sso server, I get the following exception.
00:07:15,581 INFO [org.