[
https://issues.jboss.org/browse/RTGOV-632?page=com.atlassian.jira.plugin....
]
Gary Brown commented on RTGOV-632:
----------------------------------
Further information from keycloak tracing:
{noformat}
12:18:50,487 TRACE [org.keycloak.adapters.as7.KeycloakAuthenticatorValve]
(http-localhost.localdomain/127.0.0.1:8080-2) invoke
12:18:50,487 DEBUG [org.keycloak.adapters.PreAuthActionsHandler]
(http-localhost.localdomain/127.0.0.1:8080-2) adminRequest
http://localhost:8080/rtgov-ui/rest/services/search
12:18:50,488 TRACE [org.keycloak.adapters.as7.KeycloakAuthenticatorValve]
(http-localhost.localdomain/127.0.0.1:8080-2) *** authenticate
12:18:50,488 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) --> authenticate()
12:18:50,489 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) try bearer
12:18:50,489 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) try oauth
12:18:50,489 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) there was no code
12:18:50,489 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) redirecting to auth server
12:18:50,489 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) callback uri:
http://localhost:8080/rtgov-ui/rest/services/search
12:18:50,490 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-2) Sending redirect to login page:
http://localhost:8080/auth/realms/governance/protocol/openid-connect/logi...
12:18:50,492 TRACE [org.keycloak.adapters.as7.KeycloakAuthenticatorValve]
(http-localhost.localdomain/127.0.0.1:8080-3) invoke
12:18:50,492 DEBUG [org.keycloak.adapters.PreAuthActionsHandler]
(http-localhost.localdomain/127.0.0.1:8080-3) adminRequest
http://localhost:8080/rtgov-ui/rest/services/applications
12:18:50,492 TRACE [org.keycloak.adapters.as7.KeycloakAuthenticatorValve]
(http-localhost.localdomain/127.0.0.1:8080-3) *** authenticate
12:18:50,492 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) --> authenticate()
12:18:50,492 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) try bearer
12:18:50,492 TRACE [org.keycloak.adapters.RequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) try oauth
12:18:50,493 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) there was no code
12:18:50,493 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) redirecting to auth server
12:18:50,493 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) callback uri:
http://localhost:8080/rtgov-ui/rest/services/applications
12:18:50,493 DEBUG [org.keycloak.adapters.OAuthRequestAuthenticator]
(http-localhost.localdomain/127.0.0.1:8080-3) Sending redirect to login page:
http://localhost:8080/auth/realms/governance/protocol/openid-connect/logi...
12:18:50,628 DEBUG [org.jboss.resteasy.core.SynchronousDispatcher]
(http-localhost.localdomain/127.0.0.1:8080-3) PathInfo:
/realms/governance/protocol/openid-connect/login
12:18:50,628 DEBUG [org.jboss.resteasy.core.SynchronousDispatcher]
(http-localhost.localdomain/127.0.0.1:8080-2) PathInfo:
/realms/governance/protocol/openid-connect/login
12:18:50,630 WARN [org.jboss.resteasy.core.ResourceLocator]
(http-localhost.localdomain/127.0.0.1:8080-3) Field providers of subresource
org.keycloak.protocol.oidc.OpenIDConnectService will not be injected according to spec
12:18:50,630 WARN [org.jboss.resteasy.core.ResourceLocator]
(http-localhost.localdomain/127.0.0.1:8080-2) Field providers of subresource
org.keycloak.protocol.oidc.OpenIDConnectService will not be injected according to spec
12:18:50,631 WARN [org.jboss.resteasy.core.ResourceLocator]
(http-localhost.localdomain/127.0.0.1:8080-3) Field securityContext of subresource
org.keycloak.protocol.oidc.OpenIDConnectService will not be injected according to spec
12:18:50,631 WARN [org.jboss.resteasy.core.ResourceLocator]
(http-localhost.localdomain/127.0.0.1:8080-2) Field securityContext of subresource
org.keycloak.protocol.oidc.OpenIDConnectService will not be injected according to spec
{noformat}
This would suggest that the token is not being carried by the browser (chrome) but then it
should also cause problems on wildfly.
Initial display of service list on EAP is empty
-----------------------------------------------
Key: RTGOV-632
URL:
https://issues.jboss.org/browse/RTGOV-632
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.1.0.Final
When navigating to the 'Services' page initially, the list of services is empty.
This is because the server is returning a 'Bad Request' (code 400) - but when a
refresh is performed, the response is ok and shows the list of services.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)