[
https://issues.jboss.org/browse/WFLY-10710?page=com.atlassian.jira.plugin...
]
Lilly rose edited comment on WFLY-10710 at 7/23/18 10:55 AM:
-------------------------------------------------------------
We are trying to configure the Single sign for the application deployed on wildfly by
using external idp ( okta ) , keycloak and saml 2.0 standards.
When we configured on keycloak and okta side and tried to hit the application by login
into okta .
Its going to keycloak as invalid request . When we trace the logs of keycloak . Logs
were like in the request which we mentioned.
was (Author: wildfly1):
We are trying to configure the Single sign for the application deployed on wildfly by
using external idp ( okta ) , keycloak and saml 2.0 standards.
When we configured on keycloak and okta side and tried to hit the application by login
into okta .
Its going to keycloak as invalid request . When we trace the logs of keycloak . Logs
were like in the request which we mentioned.
Wildfly keycloak and application configuration | how to resolve this
error
---------------------------------------------------------------------------
Key: WFLY-10710
URL:
https://issues.jboss.org/browse/WFLY-10710
Project: WildFly
Issue Type: Bug
Environment: wildfly 11 final ,
Reporter: Lilly rose
Assignee: Jason Greene
ESC[0mESC[31m16:36:59,379 ERROR [io.undertow.request] (default task-1) UT005023:
Exception handling request to /sample/: java.lang.NullPointerException
at java.lang.String.contains(String.java:2133)
at
org.keycloak.adapters.saml.elytron.KeycloakHttpServerAuthenticationMechanism.evaluateRequest(KeycloakHttpServerAuthenticationMechanism.java:82)
at
org.wildfly.security.http.util.SetMechanismInformationMechanismFactory$1.evaluateRequest(SetMechanismInformationMechanismFactory.java:114)
at
org.wildfly.security.http.util.SecurityIdentityServerMechanismFactory$1.evaluateRequest(SecurityIdentityServerMechanismFactory.java:77)
at
org.wildfly.security.http.HttpAuthenticator$AuthenticationExchange.authenticate(HttpAuthenticator.java:115)
at
org.wildfly.security.http.HttpAuthenticator$AuthenticationExchange.access$100(HttpAuthenticator.java:94)
at
org.wildfly.security.http.HttpAuthenticator.authenticate(HttpAuthenticator.java:78)
at
org.wildfly.elytron.web.undertow.server.SecurityContextImpl.authenticate(SecurityContextImpl.java:100)
at
io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
at
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at
io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at
io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at
io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at
org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at
org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
at
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at
io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
at
io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
at
io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
at
io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
at
io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at
io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)